5 6 7
# File 'lib/comma/collection_export.rb', line 5 def to_comma(style = :default) Comma::Generator.new(self, style).run(:each) end