Module: Comma::CollectionExport

Included in:
Array, DataMapper::Collection
Defined in:
lib/comma/collection_export.rb

Instance Method Summary collapse

Instance Method Details

#to_comma(style = :default) ⇒ Object



5
6
7
# File 'lib/comma/collection_export.rb', line 5

def to_comma(style = :default)
  Comma::Generator.new(self, style).run(:each)
end