Ravn::Actor::MessageHandling::
InstanceMethods module
Instance methods added to Classes that extend MessageHandling
.
Public Instance Methods
Call the message handler that has the longest match against the given message
‘s type and then super to the extended class’s implementation.
Look up the name of the most-specific handler for messages of the given message_type
and return it as a call-able. :TODO: Memoize to avoid the method lookup
Delegate per-instance message handlers to the per-class ones by default.