Class: TMail::AddDate

Inherits:
Object show all
Defined in:
lib/action_mailer/vendor/tmail-1.2.3/tmail/net.rb

Overview

:stopdoc:

Instance Method Summary collapse

Instance Method Details

#exec(mail) ⇒ Object



175
176
177
# File 'lib/action_mailer/vendor/tmail-1.2.3/tmail/net.rb', line 175

def exec( mail )
  mail.date = Time.now
end