mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
3b9b326d3c
Before this patch:
$ bin/mruby -e 'p proc{}' #=> #<Proc:0x7fd5eb8206d0@-e::1>
After this patch:
$ bin/mruby -e 'p proc{}' #=> #<Proc:0x7fd5eb8206d0@-e:1>