mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
23c73ff399
To prevent crash from nasty code like:
class Time
def initialize
end
end
a = Time.new
b = Time.new
a.initialize_copy b