# File lib/ipaddress/ipv4.rb, line 565
    def reverse
      @octets.reverse.join(".") + ".in-addr.arpa"
    end