push the name down into callable

blocks need a name too
if just for debug, and stacks
This commit is contained in:
Torsten Ruger
2018-07-30 10:21:43 +03:00
parent 1cb07a4164
commit 4055709529
8 changed files with 25 additions and 18 deletions

View File

@ -101,7 +101,7 @@ module Parfait
found.init(arguments , frame)
return found
else
add_method CallableMethod.new( self , method_name , arguments , frame )
add_method CallableMethod.new( method_name , self , arguments , frame )
end
end