Module: Mongoid::Criteria::Queryable::Extensions::Regexp
- Defined in:
- lib/mongoid/criteria/queryable/extensions/regexp.rb
Overview
This module contains additional regex behaviour.
Defined Under Namespace
Modules: ClassMethods, Raw
Instance Method Summary collapse
-
#regexp? ⇒ true
Is the object a regexp?.
Instance Method Details
#regexp? ⇒ true
Is the object a regexp?
18 |
# File 'lib/mongoid/criteria/queryable/extensions/regexp.rb', line 18 def regexp?; true; end |