# File lib/delayed/recipes.rb, line 27 def args fetch(:delayed_job_args, "") end
# File lib/delayed/backend/shared_spec.rb, line 8 def create_job(opts = {}) described_class.create(opts.merge(:payload_object => SimpleJob.new)) end
# File lib/delayed/performable_mailer.rb, line 18 def delay(*args) raise RuntimeError, "Use MyMailer.delay.mailer_action(args) to delay sending of emails." end
Generated with the Darkfish Rdoc Generator 2.