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