# File lib/Dnsruby/ipv4.rb, line 57 def to_name return Name.create( '%d.%d.%d.%d.in-addr.arpa.' % @address.unpack('CCCC').reverse) end