class Quebert::AsyncSender::Instance::InstanceJob
Public Instance Methods
perform(klass, initialize_args, meth, *args)
click to toggle source
# File lib/quebert/async_sender/instance.rb, line 6 def perform(klass, initialize_args, meth, *args) Support.constantize(klass).new(*initialize_args).send(meth, *args) end