# File lib/mime/type.rb, line 389
389:     def to_hash
390:       { 'Content-Type' => @content_type,
391:         'Content-Transfer-Encoding' => @encoding,
392:         'Extensions' => @extensions,
393:         'System' => @system }
394:     end