Remove redundant colon in `Proc#inspect` (`mruby-proc-ext`)
Before this patch: $ bin/mruby -e 'p proc{}' #=> #<Proc:0x7fd5eb8206d0@-e::1> After this patch: $ bin/mruby -e 'p proc{}' #=> #<Proc:0x7fd5eb8206d0@-e:1>
Showing
Please register or sign in to comment