Method: Protocol::HTTP::Headers#flatten

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

#flattenObject



97
98
99
# File 'lib/protocol/http/headers.rb', line 97

def flatten
	self.dup.flatten!
end