# File lib/faster_csv.rb, line 144
    def headers
      @row.map { |pair| pair.first }
    end