lib/mongo/operation/distinct.rb in mongo-2.18.1 vs lib/mongo/operation/distinct.rb in mongo-2.18.2

- old
+ new

@@ -13,11 +13,10 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -require 'mongo/operation/distinct/command' require 'mongo/operation/distinct/op_msg' module Mongo module Operation @@ -26,9 +25,9 @@ # @api private # # @since 2.5.0 class Distinct include Specifiable - include OpMsgOrCommand + include OpMsgExecutable end end end