add assignment and self
This commit is contained in:
5
lib/vool/send_statement.rb
Normal file
5
lib/vool/send_statement.rb
Normal file
@ -0,0 +1,5 @@
|
||||
module Vool
|
||||
class SendStatement < Statement
|
||||
attr_accessor :name , :receiver , :arguments
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user