Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/rightcsv.rb

Instance Method Summary collapse

Instance Method Details

#to_csv(options = Hash.new) ⇒ Object



30
31
32
# File 'lib/rightcsv.rb', line 30

def to_csv(options = Hash.new)
  RightCSV.generate_line(self, options)
end