class Interactor::Async::NullDispatcher

Public Class Methods

perform_later(name, *args) click to toggle source
# File lib/interactor/async/null_dispatcher.rb, line 4
def self.perform_later(name, *args)
  name.constantize.call(*args)
end