class Puma::Util::HeaderHash

def to_hash

@!attribute [r] to_hash
def to_hash
  hash = {}
  each { |k,v| hash[k] = v }
  hash
end