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