# File lib/Dnsruby/Hosts.rb, line 43 def initialize(filename = DefaultFileName) @filename = filename @mutex = Mutex.new @initialized = nil end