Fix all but one test
Riples upon riples. The one left looks like the genuine article
This commit is contained in:
@ -39,7 +39,7 @@ module Ruby
|
||||
# rather than using a stack to do that at runtime
|
||||
def normalize_arg(arg , statements)
|
||||
vool_arg = arg.to_vool
|
||||
if arg.is_a?(Constant)
|
||||
if arg.is_a?(Variable) || arg.is_a?(Constant)
|
||||
return vool_arg
|
||||
end
|
||||
if( vool_arg.is_a?(Vool::Statements))
|
||||
|
Reference in New Issue
Block a user