Returns:
42 43 44
# File 'lib/codeqa/sourcefile.rb', line 42 def html? @html ||= !!(filename =~ HTML_PATTERN) && !ruby? end