testcase
28 29 30 31 32 33
# File 'lib/carat-dev/class-constructor/tc_constructor.rb', line 28 def test_run assert_nothing_raised do c = C() b = A::B() end end