Returns:
17 18 19
# File 'lib/kudzu/model/page.rb', line 17 def html? !mime_type.to_s.match(%r{text/html|application/xhtml\+xml}).nil? end