@return [Array] All the classes in the object space.
# File lib/extlib/object_space.rb, line 6 6: def classes 7: klasses = [] 8: ObjectSpace.each_object(Class) {|o| klasses << o} 9: klasses 10: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.