Method: Integer#to_ipaddr4

Defined in:
lib/iface/ip_helpers.rb

#to_ipaddr4Object



11
12
13
# File 'lib/iface/ip_helpers.rb', line 11

def to_ipaddr4
  IPAddr.new_ntoh([self].pack('N'))
end