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