copied stash over
This commit is contained in:
5
lib/vool/return_statement.rb
Normal file
5
lib/vool/return_statement.rb
Normal file
@ -0,0 +1,5 @@
|
||||
module Vool
|
||||
class ReturnStatement < Statement
|
||||
attr_accessor :return_value
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user