Class: Array
Instance Method Summary collapse
Instance Method Details
#to_comma(style = :default) ⇒ Object
4 5 6 |
# File 'lib/comma/array.rb', line 4 def to_comma(style = :default) Comma::Generator.new(self, style).run(:each) end |