class ActionMailer::Base::NullMail

:nodoc:

def body; '' end

:nodoc:
def body; '' end

def method_missing(*args)

def method_missing(*args)
  nil
end

def respond_to?(string, include_all=false)

def respond_to?(string, include_all=false)
  true
end