Class: Array
- Inherits:
-
Object
- Object
- Array
- 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( = Hash.new) RightCSV.generate_line(self, ) end |