rename for_type to self_type
and split a base class off TypedMethod
This commit is contained in:
@ -16,7 +16,7 @@ module Parfait
|
||||
end
|
||||
|
||||
def test_class_for
|
||||
assert_equal :Object , @method.for_type.object_class.name
|
||||
assert_equal :Object , @method.self_type.object_class.name
|
||||
end
|
||||
|
||||
def test_arg1
|
||||
|
Reference in New Issue
Block a user