Flowdock
method

make_requester

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: Resolv::DNS
make_requester() 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 500
    def make_requester # :nodoc:
      if nameserver = @config.single?
        Requester::ConnectedUDP.new(nameserver)
      else
        Requester::UnconnectedUDP.new
      end
    end
Register or log in to add new notes.