Arel::Compound
# File lib/arel/algebra/relations/operations/group.rb, line 5 5: def initialize(relation, groupings) 6: super(relation) 7: @groupings = groupings.collect { |g| g.bind(relation) } 8: end
# File lib/arel/algebra/relations/operations/group.rb, line 10 10: def eval 11: raise NotImplementedError 12: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.