Method: CSV::Row#to_csv
- Defined in:
- lib/csv/row.rb
#to_csv(**options) ⇒ Object Also known as: to_s
694 695 696 |
# File 'lib/csv/row.rb', line 694 def to_csv(**) fields.to_csv(**) end |
694 695 696 |
# File 'lib/csv/row.rb', line 694 def to_csv(**) fields.to_csv(**) end |