class Mutest::Actor::Message

Message being exchanged between actors

Public Class Methods

new(_type, _payload = Undefined) click to toggle source

New message

@param [Symbol] type @param [Object] payload

@return [Message]

Calls superclass method
# File lib/mutest/actor.rb, line 30
def self.new(_type, _payload = Undefined)
  super
end