remove return_type
soon to be obsolete with multi returns
This commit is contained in:
@ -30,7 +30,7 @@ module Soml
|
||||
#TODO check args / type compatibility
|
||||
@method.source.init @method
|
||||
else
|
||||
@method = Register::MethodSource.create_method_for(@clazz, return_type, name , args )
|
||||
@method = Register::MethodSource.create_method_for(@clazz, name , args )
|
||||
@clazz.add_instance_method @method
|
||||
end
|
||||
@method.source.receiver = r
|
||||
|
Reference in New Issue
Block a user