@return [Array<Class>] All the classes in the object space.
# File lib/extlib/object_space.rb, line 6 def classes klasses = [] ObjectSpace.each_object(Class) {|o| klasses << o} klasses end
[Validate]
Generated with the Darkfish Rdoc Generator 2.