Class: Platform::IEL::StdLibRegexp
- Inherits:
-
Object
- Object
- Platform::IEL::StdLibRegexp
- Defined in:
- lib/introhive_expression_language/iel/std_lib_regexp.rb
Class Method Summary collapse
Class Method Details
.declare(defining_context) ⇒ Object
5 6 7 8 |
# File 'lib/introhive_expression_language/iel/std_lib_regexp.rb', line 5 def declare(defining_context) declare_regexp_match?(defining_context) declare_regexp_match(defining_context) end |