Methods

Delayed::MessageSending

Public Instance Methods

send_later(method, *args) click to toggle source
# File lib/delayed/message_sending.rb, line 3
def send_later(method, *args)
  Delayed::Job.enqueue Delayed::PerformableMethod.new(self, method.to_sym, args)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.