Method: TMail::HeaderField#body

Defined in:
lib/tmail/header.rb

#bodyObject



123
124
125
126
127
128
129
# File 'lib/tmail/header.rb', line 123

def body
  ensure_parsed
  v = Decoder.new(s = '')
  do_accept v
  v.terminate
  s
end