# File lib/whois/server.rb, line 168 def self.factory(type, allocation, host, options = {}) options = options.dup (options.delete(:adapter) || Adapters::Standard).new(type, allocation, host, options) end