# File lib/dm-aggregates/operators.rb, line 16 16: def avg 17: DataMapper::Query::Operator.new(self, :avg) 18: end
# File lib/dm-aggregates/operators.rb, line 4 4: def count 5: DataMapper::Query::Operator.new(self, :count) 6: end
# File lib/dm-aggregates/operators.rb, line 12 12: def max 13: DataMapper::Query::Operator.new(self, :max) 14: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.