mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal
This commit is contained in:
+1
-1
@@ -497,7 +497,7 @@ mrb_obj_instance_eval(mrb_state *mrb, mrb_value self)
|
||||
c = mrb_class_ptr(cv);
|
||||
break;
|
||||
}
|
||||
return mrb_yield_internal(mrb, b, 0, 0, self, c);
|
||||
return mrb_yield_with_class(mrb, b, 0, 0, self, c);
|
||||
}
|
||||
|
||||
mrb_bool
|
||||
|
||||
Reference in New Issue
Block a user