method
to_name
to_name()
public
Hide source
# File lib/resolv.rb, line 1797 def to_name return DNS::Name.create( '%d.%d.%d.%d.in-addr.arpa.' % @address.unpack('CCCC').reverse) end