Rename Vool Block to Lambda
Making the distinction clearer Some fixing of previous (wip)
This commit is contained in:
@ -13,7 +13,7 @@ module Ruby
|
||||
return self.vool_brother.new(name,@value.to_vool)
|
||||
when SendStatement , YieldStatement
|
||||
return normalize_send
|
||||
when BlockStatement
|
||||
when RubyBlockStatement
|
||||
return normalize_block
|
||||
else
|
||||
raise "unsupported right #{value}"
|
||||
|
Reference in New Issue
Block a user