method
new
new(host, port=Port)
public
Hide source
# File lib/resolv.rb, line 804 def initialize(host, port=Port) super() @host = host @port = port @mutex = Thread::Mutex.new @initialized = false end