Module: Mongoid::Criteria::Queryable::Extensions::Regexp::Raw_
Relationships & Source Files | |
Namespace Children | |
Modules:
| |
Defined in: | lib/mongoid/criteria/queryable/extensions/regexp.rb |
Overview
Adds query type-casting behavior to BSON::Regexp::Raw class.
Instance Attribute Summary
- #regexp? ⇒ true readonly deprecated Deprecated.
Instance Attribute Details
#regexp? ⇒ true
(readonly)
Deprecated.
Is the object a regexp?
# File 'lib/mongoid/criteria/queryable/extensions/regexp.rb', line 49
def regexp?; true; end