module Actor::Messaging::Message::Matcher

Public Instance Methods

===(other) click to toggle source
# File lib/actor/messaging/message.rb, line 28
def === other
  other_message_name = Name.get other

  message_name == other_message_name
end