Module: OnigRegexpPropertyHelper

Defined in:
ext/regexp_property_values/regexp_property_values.c

Class Method Summary collapse

Class Method Details

.matched_ranges(arg) ⇒ Object



50
51
52
53
54
55
# File 'ext/regexp_property_values/regexp_property_values.c', line 50

VALUE method_matched_ranges(VALUE self, VALUE arg)
{
  char *prop_name;
  prop_name = StringValueCStr(arg);
  return rb_prop_ranges(prop_name);
}