lib/mongoid/contextual/aggregable/mongo.rb in mongoid-7.0.13 vs lib/mongoid/contextual/aggregable/mongo.rb in mongoid-7.1.0.rc0
- old
+ new
@@ -1,9 +1,11 @@
+# frozen_string_literal: true
# encoding: utf-8
+
module Mongoid
module Contextual
module Aggregable
- # Contains behaviour for aggregating values in Mongo.
+ # Contains behavior for aggregating values in Mongo.
module Mongo
# Get all the aggregate values for the provided field.
#
# @example Get all the aggregate values.