mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
9c5812a463
To mark `MRB_PROC_ORPHAN` we need to keep track of passed block, even after the assignment to the block argument. And `yield` should use the original block; #5786, #5791, #6369