Method: TMail::ReturnPathHeader#spec

Defined in:
lib/tmail/header.rb

#specObject



313
314
315
316
# File 'lib/tmail/header.rb', line 313

def spec
  a = addr() or return nil
  a.spec
end