Reflection Ruby

ObjectSpace.each_object(Class) { |x| puts x if x.name =~ /Error$/ }