Method: Mime::Type#html?

Defined in:
lib/dependency/mime_type.rb

#html?Boolean

Returns:

  • (Boolean)


216
217
218
# File 'lib/dependency/mime_type.rb', line 216

def html?
  @@html_types.include?(to_sym) || @string =~ /html/
end