# File lib/faster_csv.rb, line 524
      def headers
        if @table.empty?
          Array.new
        else
          @table.first.headers
        end
      end