Module: ResqueExtensions::ObjectMethods
- Defined in:
- lib/resque_extensions.rb
Instance Method Summary collapse
-
#async(*args) ⇒ Object
call this method asynchronously.
Instance Method Details
#async(*args) ⇒ Object
call this method asynchronously
15 16 17 |
# File 'lib/resque_extensions.rb', line 15 def async(*args) ResqueExtensions::AsyncMethod.new(self, *args).enqueue! end |