Method: Codeqa::Sourcefile#html?

Defined in:
lib/codeqa/sourcefile.rb

#html?Boolean

Returns:

  • (Boolean)


42
43
44
# File 'lib/codeqa/sourcefile.rb', line 42

def html?
  @html ||= !!(filename =~ HTML_PATTERN) && !ruby?
end