# File lib/delayed/performable_mailer.rb, line 12
    def delay(options = {})
      DelayProxy.new(PerformableMailer, self, options)
    end