Class: Interactor::Async::NullDispatcher
- Inherits:
-
Object
- Object
- Interactor::Async::NullDispatcher
- Defined in:
- lib/interactor/async/null_dispatcher.rb
Class Method Summary collapse
Class Method Details
.perform_later(name, *args) ⇒ Object
4 5 6 |
# File 'lib/interactor/async/null_dispatcher.rb', line 4 def self.perform_later(name, *args) name.constantize.call(*args) end |