# File MIME/types.rb, line 272

        def registered?

            not (@content_type =~ /^[xX]-\//) ||

                (@content_type =~ /\/[xX]-/)

        end