Module: Actor::Module::Handler::MethodName

Defined in:
lib/actor/module/handler/method_name.rb

Class Method Summary collapse

Class Method Details

.get(message_pattern) ⇒ Object



5
6
7
8
9
# File 'lib/actor/module/handler/method_name.rb', line 5

def self.get message_pattern
  message_name = Messaging::Message::Name.get message_pattern

  :"handle_#{message_name}"
end