fix ruby variables

This commit is contained in:
Torsten Ruger
2018-07-20 14:22:26 +03:00
parent f4402ba30f
commit 98788b52d3
5 changed files with 53 additions and 11 deletions

View File

@ -6,6 +6,9 @@ module Ruby
end
def each(&block)
end
def to_vool
vool_brother.new(@name)
end
end
class LocalVariable < Statement