[Source]
# File lib/tmail/header.rb, line 340 def addr addrs()[0] end
# File lib/tmail/header.rb, line 349 def routes a = addr() or return nil a.routes end
# File lib/tmail/header.rb, line 344 def spec a = addr() or return nil a.spec end
[Validate]