Class: Pine::Matcher
- Inherits:
-
Object
- Object
- Pine::Matcher
- Defined in:
- ext/sansom/pine/matcher.cpp
Instance Method Summary collapse
- #dynamic? ⇒ Boolean
- #initialize ⇒ Object constructor
- #mappings ⇒ Object
- #matches? ⇒ Boolean
- #splats ⇒ Object
Constructor Details
#initialize ⇒ Object
11 |
# File 'ext/sansom/pine/matcher.cpp', line 11
static VALUE matcher_initialize(VALUE self, VALUE rb_pattern);
|
Instance Method Details
#dynamic? ⇒ Boolean
13 |
# File 'ext/sansom/pine/matcher.cpp', line 13 static VALUE matcher_is_dynamic(VALUE self); |
#mappings ⇒ Object
15 |
# File 'ext/sansom/pine/matcher.cpp', line 15
static VALUE matcher_mappings(VALUE self, VALUE rb_str);
|
#matches? ⇒ Boolean
12 |
# File 'ext/sansom/pine/matcher.cpp', line 12
static VALUE matcher_matches(VALUE self, VALUE rb_str);
|
#splats ⇒ Object
14 |
# File 'ext/sansom/pine/matcher.cpp', line 14
static VALUE matcher_splats(VALUE self, VALUE rb_str);
|