Method: TMail::HeaderField#accept
- Defined in:
- lib/tmail/header.rb
#accept(strategy) ⇒ Object
138 139 140 141 142 |
# File 'lib/tmail/header.rb', line 138 def accept( strategy ) ensure_parsed do_accept strategy strategy.terminate end |