first oo steps are wobbly, but a string.plus parses
This commit is contained in:
@ -35,4 +35,11 @@ module Ast
|
||||
end
|
||||
end
|
||||
|
||||
class VariableExpression < CallSiteExpression
|
||||
|
||||
def initialize name
|
||||
super( :_get_instance_variable , [StringExpression.new(name)] )
|
||||
end
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user