Creates a new MIME::Types registry.
72 73 74 75
# File 'lib/mime/types.rb', line 72 def initialize @type_variants = Container.new @extension_index = Container.new end