Method: Protocol::HTTP::Headers#initialize_dup
- Defined in:
- lib/protocol/http/headers.rb
#initialize_dup(other) ⇒ Object
74 75 76 77 78 79 |
# File 'lib/protocol/http/headers.rb', line 74 def initialize_dup(other) super @fields = @fields.dup @indexed = @indexed.dup end |