polish docs

and a bit of code style
This commit is contained in:
Torsten Ruger
2018-03-11 16:11:15 +05:30
parent d6a2ea4cfc
commit f7aac1d1a4
14 changed files with 65 additions and 72 deletions

View File

@ -12,9 +12,6 @@ module Vool
@statements.each{ |s| s.create_objects }
end
def <<(o)
@statements << o
end
end
class ScopeStatement < Statements