Class: DataMapper::Collection
- Defined in:
- lib/comma/data_mapper_collection.rb
Instance Method Summary collapse
Instance Method Details
#to_comma(style = :default) ⇒ Object
6 7 8 |
# File 'lib/comma/data_mapper_collection.rb', line 6 def to_comma(style = :default) Comma::Generator.new(self, style).run(:each) end |