# File mime/types.rb, line 274 274: def registered? 275: not (@content_type =~ /^[xX]-\//) || 276: (@content_type =~ /\/[xX]-/) 277: end