# File lib/ipaddress/ipv6.rb, line 323
    def reverse
      to_hex.reverse.gsub(/./){|c| c+"."} + "ip6.arpa"
    end