hello

is there a way to get all classes defined within a module ?

something like this:

require "mymodule"
classes = mymodule.classes_within_this_module



markus