Class: Mutant::Actor::Message Private
- Inherits:
-
Object
- Object
- Mutant::Actor::Message
- Defined in:
- lib/mutant/actor.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Message being exchanged between actors
Class Method Summary collapse
-
.new(_type, _payload = Undefined) ⇒ Message
private
New message.
Class Method Details
.new(_type, _payload = Undefined) ⇒ Message
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
New message
33 34 35 |
# File 'lib/mutant/actor.rb', line 33 def self.new(_type, _payload = Undefined) super end |