mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Should not overwrite ci->target_class in mrb_exec_irep().
For example, the following code behaved wrong:
```ruby
Object.instance_exec(1,2,3){|*a|
def foo
42
end
}
p foo()
```
This commit is contained in:
Reference in New Issue
Block a user