= private = protected
to_name()
Turns this IPv6 address into a Resolv::DNS::Name.
# File lib/resolv.rb, line 2559 def to_name return DNS::Name.new( @address.unpack("H32")[0].split(//).reverse + ['ip6', 'arpa']) end