# File lib/origin/aggregable.rb, line 42
    def group(operation)
      aggregation(operation) do |pipeline|
        pipeline.group(operation)
      end
    end