first risc level block test working
assign was not executing yield baecause it was just testing for send, instead of callable
This commit is contained in:
@ -23,7 +23,7 @@ module Ruby
|
||||
end
|
||||
|
||||
def normalize_arg(arg , arguments , statements)
|
||||
if arg.is_a?(Constant) and !arg.is_a?(SendStatement)
|
||||
if arg.is_a?(Constant) and !arg.is_a?(CallStatement)
|
||||
arguments << arg.to_vool
|
||||
return
|
||||
end
|
||||
|
Reference in New Issue
Block a user