Returns:
216 217 218
# File 'lib/dependency/mime_type.rb', line 216 def html? @@html_types.include?(to_sym) || @string =~ /html/ end