class HTTP::Headers

def initialize_copy(orig)

Other tags:
    Api: - private
def initialize_copy(orig)
  super
  @pile = @pile.map(&:dup)
end