method
to_name
to_name()
public
Hide source
# 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