Method: Codeqa::Sourcefile#erb?

Defined in:
lib/codeqa/sourcefile.rb

#erb?Boolean

Returns:

  • (Boolean)


38
39
40
# File 'lib/codeqa/sourcefile.rb', line 38

def erb?
  @erb ||= !!(filename =~ ERB_PATTERN)
end