2 3 4
# File 'lib/comma/named_scope.rb', line 2 def to_comma(style = :default) Comma::Generator.new(self, style).run(:find_each) end