# File common/lib/symbiosis/domain.rb, line 276
def
ipv4
self
.
ips
.
select
{
|
ip
|
ip
.
ipv4?
}
end