Skip to content
Commit 790fc1e9 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Class.methods now returns all class methods.

Including the ones belonging to parent classes.
All methods are augmented with :member field that
says the class they belong to.

In top-level filter_classes each Class instance
also receives a hash of all classes - so that the
Class.parent() method can return instance of parent class.

Finally added some rudimentary tests for all this.
parent a29eebd1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment