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