Class: Delayed::PerformablePusher

Inherits:
PerformableMethod
  • Object
show all
Defined in:
lib/action_pusher/delayed.rb

Instance Method Summary collapse

Instance Method Details

#performObject



3
4
5
# File 'lib/action_pusher/delayed.rb', line 3

def perform
  object.send(method_name, *args)
end