# File lib/ipaddress/ipv4.rb, line 674
def
reverse
@octets
.
reverse
.
join
(
"."
)
+
".in-addr.arpa"
end