method
do_not_reverse_lookup=
v1_9_3_125 -
Show latest stable
- Class:
BasicSocket
do_not_reverse_lookup=(p1)public
Sets the do_not_reverse_lookup flag of basicsocket.
BasicSocket.do_not_reverse_lookup = false p TCPSocket.new("127.0.0.1", 80).do_not_reverse_lookup #=> false BasicSocket.do_not_reverse_lookup = true p TCPSocket.new("127.0.0.1", 80).do_not_reverse_lookup #=> true