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