ObjectSpace
Module: ObjectSpace
Class Method Summary
-
.classes(&block) ⇒ Object
Returns all the classes in the object space. -
.new_classes(snapshot) ⇒ Object
Returns a list of existing classes that are not included in “snapshot” This method is useful to get the list of new classes that were loaded after an event like requiring a file.