Method: MIME::Type#simplified

Defined in:
lib/mime/type.rb

#simplifiedObject (readonly)

A simplified form of the MIME content-type string, suitable for case-insensitive comparison, with the content_type converted to lowercase.

text/plain        => text/plain
x-chemical/x-pdb  => x-chemical/x-pdb
audio/QCELP       => audio/qcelp


293
294
295
# File 'lib/mime/type.rb', line 293

def simplified
  @simplified
end