# File lib/mime/type.rb, line 319 319: def registered? 320: not (@raw_media_type =~ UNREGISTERED_RE) || (@raw_sub_type =~ UNREGISTERED_RE) 321: end