Flowdock
method

make_tcp_requester

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Resolv::DNS
make_tcp_requester(host, port) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/resolv.rb, line 543
    def make_tcp_requester(host, port) # :nodoc:
      return Requester::TCP.new(host, port)
    end
Register or log in to add new notes.