mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
75b0d06c41
In `Binding#eval`, two times parsing is executed. The problem found in this case was caused by not passing an upper block to hold variables of the binding object during the first parsing. The problem was uncovered by <https://github.com/mruby/mruby/discussions/6274>.