# File lib/tmail/header.rb, line 889 def []( key ) ensure_parsed @params and unquote(@params[key]) end
# File lib/tmail/header.rb, line 894 def []=( key, val ) ensure_parsed (@params ||= {})[key] = val end
# File lib/tmail/header.rb, line 869 def disposition ensure_parsed @disposition end
Generated with the Darkfish Rdoc Generator 2.