Socket.gethostbyaddr(address_string [, address_family]) => hostent
Class Public methods
Obtains the host information for address.
1 2 | p Socket.gethostbyaddr([ 221 , 186 , 184 , 68 ].pack( "CCCC" )) #=> ["carbon.ruby-lang.org", [], 2, "\xDD\xBA\xB8D"] |
Please login to continue.