class ActionMailer::Base::NullMail
:nodoc:
def body; '' end
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
:nodoc:
def body; '' end
def method_missing(*args) nil end
def respond_to?(string, include_all=false) true end