What steps will reproduce the problem?
module TestSuperM; def class; super; end; end
class TestSuperC;include TestSuperM;end
print TestSuperC.new.class
What is the expected output?
TestSuperC
Original issue reported on code.google.com by xue.yong...@gmail.com on 21 Sep 2007 at 4:13
Original issue reported on code.google.com by
xue.yong...@gmail.comon 21 Sep 2007 at 4:13