remove send instruction
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
module Virtual
|
||||
|
||||
class MessageSend < Instruction
|
||||
def initialize name , me , args = []
|
||||
@name = name.to_sym
|
||||
@me = me
|
||||
@args = args
|
||||
end
|
||||
attr_reader :name , :me , :args
|
||||
|
||||
def to_s
|
||||
"MessageSend.new(:#{name} , #{me} , #{args})"
|
||||
end
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user