module Mongoid::Matcher::ExpressionOperator

@api private

Constants

MAP

Public Instance Methods

get(op) click to toggle source
# File lib/mongoid/matcher/expression_operator.rb, line 12
                def get(op)
  MAP.fetch(op)
rescue KeyError
  raise Errors::InvalidExpressionOperator.new(op)
end