module Mail::Notify::Message
Public Instance Methods
preview()
click to toggle source
# File lib/mail/notify/message.rb, line 6 def preview delivery_method.preview(self) if delivery_method.respond_to?(:preview) end