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