File: C:/Ruby27-x64/share/ri/2.7.0/system/Socket/gethostbyaddr-c.ri
U:RDoc::AnyMethod[iI"gethostbyaddr:ETI"Socket::gethostbyaddr;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"'Use Addrinfo#getnameinfo instead. ;TI"9This method is deprecated for the following reasons:;To:RDoc::Markup::BlankLine o:RDoc::Markup::List:
@type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o;
; [I"&Uncommon address representation: ;TI"=4/16-bytes binary string to represent IPv4/IPv6 address.;To;;0; [o;
; [I"Jgethostbyaddr() may take a long time and it may block other threads. ;TI"G(GVL cannot be released since gethostbyname() is not thread safe.);To;;0; [o;
; [I"JThis method uses gethostbyname() function already removed from POSIX.;T@o;
; [I"<This method obtains the host information for _address_.;T@o:RDoc::Markup::Verbatim; [
I";p Socket.gethostbyaddr([221,186,184,68].pack("CCCC"))
;TI":#=> ["carbon.ruby-lang.org", [], 2, "\xDD\xBA\xB8D"]
;TI"
;TI"6p Socket.gethostbyaddr([127,0,0,1].pack("CCCC"))
;TI".["localhost", [], 2, "\x7F\x00\x00\x01"]
;TI"7p Socket.gethostbyaddr(([0]*15+[1]).pack("C"*16))
;TI">#=> ["localhost", ["ip6-localhost", "ip6-loopback"], 10,
;TI"M "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01"];T:@format0:
@fileI"ext/socket/socket.c;T:0@omit_headings_from_table_of_contents_below0I"HSocket.gethostbyaddr(address_string [, address_family]) => hostent
;T0[ I"(p1, p2 = v2);T@0FI"Socket;TcRDoc::NormalClass00