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.
Loading
Please register or sign in to comment