[Source]
# File lib/delayed/performable_mailer.rb, line 11 11: def delay(options = {}) 12: DelayProxy.new(PerformableMailer, self, options) 13: end
[Validate]