# 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.