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