Method: Resque::Plugin#around_hooks
- Defined in:
- lib/resque/plugin.rb
#around_hooks(job) ⇒ Object
Given an object, returns a list ‘around_perform` hook names.
32 33 34 |
# File 'lib/resque/plugin.rb', line 32 def around_hooks(job) job.methods.grep(/^around_perform/).sort end |