# File lib/mime/types.rb, line 270 270: def registered? 271: not (@content_type =~ %{^[xX]-/}) || 272: (@content_type =~ %{/[xX]-}) 273: end