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