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 = Messaging::Message::Name.get :"handle_#{message_name}" end |