Method: Protocol::HTTP::Headers#merge

Defined in:
lib/protocol/http/headers.rb

#merge(headers) ⇒ Object



198
199
200
# File 'lib/protocol/http/headers.rb', line 198

def merge(headers)
  self.dup.merge!(headers)
end