module Roda::RodaPlugins::Mailer::InstanceMethods

def no_mail!

Signal that no mail should be sent for this request.
def no_mail!
  throw :no_mail
end