Mega Code Archive

 
Categories / Ruby / Reflection
 

Print out only errors

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