# File lib/dm-aggregates/operators.rb, line 16 def avg DataMapper::Query::Operator.new(self, :avg) end
# File lib/dm-aggregates/operators.rb, line 4 def count DataMapper::Query::Operator.new(self, :count) end
# File lib/dm-aggregates/operators.rb, line 12 def max DataMapper::Query::Operator.new(self, :max) end
Generated with the Darkfish Rdoc Generator 2.