Should be OP_LOADL

This commit is contained in:
mattn
2013-02-15 09:22:59 +09:00
parent b1a5146ea8
commit 6aee0485fc
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -652,6 +652,7 @@ mrb_string_value_ptr(mrb_state *mrb, mrb_value ptr)
static mrb_value
mrb_str_match(mrb_state *mrb, mrb_value self/* x */)
{
mrb_raise(mrb, E_NOTIMP_ERROR, "Regexp Class not implemented");
return mrb_nil_value();
}