# File test/unit/testsuite.rb, line 44 def size size = 0 @tests.each { |test| size += test.size } size end