copied stash over

This commit is contained in:
Torsten Ruger
2017-04-01 21:28:57 +03:00
parent 34fdf7b2cd
commit b341c722fd
12 changed files with 243 additions and 1 deletions

View File

@ -0,0 +1,5 @@
module Vool
class WhileStatement < Statement
attr_accessor :branch_type , :condition , :statements
end
end