method
to_name
v1_8_6_287 -
Show latest stable
- Class:
Resolv::IPv6
to_name()public
No documentation available.
# File lib/resolv.rb, line 1909
def to_name
# ip6.arpa should be searched too. [RFC3152]
return DNS::Name.new(
@address.unpack("H32")[0].split(//).reverse + ['ip6', 'int'])
end