class Tester def run messages = [] ObjectSpace.each_object do |o| messages.push o.run if o.kind_of? TestSuite end end end