= private = protected
new_ntoh(addr)
Creates a new ipaddr containing the given network byte ordered string form of an IP address.
# File lib/ipaddr.rb, line 106 def IPAddr::new_ntoh(addr) return IPAddr.new(IPAddr::ntop(addr)) end