+3
−3
+28
−1
+6
−5
test/tc_class.rb
0 → 100644
+49
−0
Loading
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.