Methods
Constants
PARSE_TYPE | = | :RETPATH |
Instance Public methods
Source: show
# File rails/actionmailer/lib/action_mailer/vendor/tmail/header.rb, line 302 def addr addrs()[0] end
Source: show
# File rails/actionmailer/lib/action_mailer/vendor/tmail/header.rb, line 311 def routes a = addr() or return nil a.routes end
Source: show
# File rails/actionmailer/lib/action_mailer/vendor/tmail/header.rb, line 306 def spec a = addr() or return nil a.spec end