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