Project

General

Profile

Bug #11576 » bug.rb

Script causing the core dump - ivo.bloechliger (Ivo Blöchliger), 10/09/2015 06:08 AM

 
class A
def initialize
B.new
end
end
class B < A
end
a = A.new
(1-1/2)