# File lib/whois/server/adapters/base.rb, line 115 def append_to_buffer(response, host) @buffer << ::Whois::Answer::Part.new(response, host) end