class HTTP::Headers

def to_a

Returns:
  • (Array<[String, String]>) -
def to_a
  @pile.map { |item| item[1..2] }
end