= private = protected
close()
Closes the DNS resolver.
# File lib/resolv.rb, line 365 def close @mutex.synchronize { if @initialized @initialized = false end } end