Method: Protocol::HTTP::Headers#dup

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

#dupObject



53
54
55
# File 'lib/protocol/http/headers.rb', line 53

def dup
	self.class.new(@fields, @indexed)
end