Derive Class and MetaClass from Behaviour

Finally! If i remember the module was from before i had any non Object superclasses
unified code, unified bugs :-) just makes sense
This commit is contained in:
2019-09-21 18:50:33 +03:00
parent 3b7248df4e
commit a496ea7e4b
15 changed files with 42 additions and 70 deletions

View File

@ -14,7 +14,7 @@ module Mom
def test_method
in_test_vool()
method = Parfait.object_space.get_class_by_name(:Test).get_method(:meth)
method = Parfait.object_space.get_class_by_name(:Test).get_instance_method(:meth)
assert_equal Parfait::VoolMethod , method.class
end
def test_method_mom_col