Method: Mail::Header#decoded

Defined in:
lib/mail/header.rb

#decodedObject

Raises:

  • (NoMethodError)


195
196
197
# File 'lib/mail/header.rb', line 195

def decoded
  raise NoMethodError, 'Can not decode an entire header as there could be character set conflicts. Try calling #decoded on the various fields.'
end