mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7675fcb5d3
Before this patch: $ bin/mruby -e 'p Module.new.freeze.dup.frozen?' #=> true After this patch (same as Ruby): $ bin/mruby -e 'p Module.new.freeze.dup.frozen?' #=> false