mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
cc7f9190ba
Fix the following issues: A = Class.new.freeze #=> FrozenError Module.new::B = Class.new.freeze #=> FrozenError String::B = Module.new.freeze #=> FrozenError