Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/ip_library/string.rb

Instance Method Summary collapse

Instance Method Details

#to_int_ipObject



3
4
5
# File 'lib/ip_library/string.rb', line 3

def to_int_ip
  IPLibrary::IP2integer.ip2int(self)
end