class Array
Public Instance Methods
to_csv(options = Hash.new)
click to toggle source
# File lib/rightcsv.rb, line 30 def to_csv(options = Hash.new) RightCSV.generate_line(self, options) end
# File lib/rightcsv.rb, line 30 def to_csv(options = Hash.new) RightCSV.generate_line(self, options) end