Fix ruby receiver to vool
for chained calls to be normalized correctly
This commit is contained in:
@ -44,13 +44,10 @@ module Ruby
|
||||
"self"
|
||||
end
|
||||
end
|
||||
class SuperExpression < Statement
|
||||
class SuperExpression < Constant
|
||||
def to_s(depth = 0)
|
||||
"super"
|
||||
end
|
||||
def to_vool
|
||||
vool_brother.new
|
||||
end
|
||||
end
|
||||
class StringConstant < ValueConstant
|
||||
attr_reader :value
|
||||
|
Reference in New Issue
Block a user