Module: Mongoid::Criteria::Queryable::Extensions::Symbol
Relationships & Source Files | |
Namespace Children | |
Modules:
| |
Defined in: | lib/mongoid/criteria/queryable/extensions/symbol.rb |
Overview
Adds query type-casting behavior to Symbol
class.
Instance Method Summary
-
#__expr_part__(value, negating = false) ⇒ Hash
Get the symbol as a specification.
Instance Method Details
#__expr_part__(value, negating = false) ⇒ Hash
Get the symbol as a specification.
# File 'lib/mongoid/criteria/queryable/extensions/symbol.rb', line 21
def __expr_part__(value, negating = false) ::String.__expr_part__(self, value, negating) end