move vool statements into own directory
also tests for guard to work
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
module Vool
|
||||
class ReturnStatement < Statement
|
||||
attr_reader :return_value
|
||||
|
||||
def initialize(value)
|
||||
@return_value = value
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user