class Array
Public Instance Methods
to_csv(options = Hash.new)
click to toggle source
Equivalent to FasterCSV::generate_line(self, options)
.
# File lib/faster_csv.rb, line 2015 def to_csv(options = Hash.new) FasterCSV.generate_line(self, options) end