Flowdock
getaddress(s) public

Lookups the IP address of host.

IPSocket.getaddress("localhost")     #=> "127.0.0.1"
IPSocket.getaddress("ip6-localhost") #=> "::1"
Show source
Register or log in to add new notes.