# File lib/ipaddress/prefix.rb, line 149
def
octets
to_ip
.
split
(
"."
).
map
{
|
i
|
i
.
to_i
}
end