Method: TMail::Decoder#phrase

Defined in:
lib/tmail/encode.rb

#phrase(str) ⇒ Object



172
173
174
# File 'lib/tmail/encode.rb', line 172

def phrase( str )
  @f << quote_phrase(decode(str))
end