# File lib/faster_csv.rb, line 2015 def to_csv(options = Hash.new) FasterCSV.generate_line(self, options) end