add assignment and self

This commit is contained in:
Torsten Ruger
2017-04-02 12:59:07 +03:00
parent d62e996f7c
commit 27e4e9f501
6 changed files with 26 additions and 8 deletions

View File

@ -0,0 +1,5 @@
module Vool
class SendStatement < Statement
attr_accessor :name , :receiver , :arguments
end
end