remove return_type

soon to be obsolete with multi returns
This commit is contained in:
Torsten Ruger
2015-10-28 12:19:10 +02:00
parent 142c36a374
commit 7e0778dc70
7 changed files with 24 additions and 38 deletions

View File

@ -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