module Mongoid::Criteria::Queryable::Extensions::Regexp::Raw_
Public Instance Methods
regexp?()
click to toggle source
Is the object a regexp?
@example Is the object a regex?
bson_raw_regexp.regexp?
@return [ true ] Always true.
@since 5.2.1
# File lib/mongoid/criteria/queryable/extensions/regexp.rb, line 51 def regexp?; true; end