method
new
ruby latest stable - Class:
Resolv::DNS::Requester::ConnectedUDP
new(host, port=Port)public
No documentation available.
# File lib/resolv.rb, line 816
def initialize(host, port=Port)
super()
@host = host
@port = port
@mutex = Thread::Mutex.new
@initialized = false
end