Method: Codeqa::Sourcefile#erb?
- Defined in:
- lib/codeqa/sourcefile.rb
#erb? ⇒ Boolean
38 39 40 |
# File 'lib/codeqa/sourcefile.rb', line 38 def erb? @erb ||= !!(filename =~ ERB_PATTERN) end |
38 39 40 |
# File 'lib/codeqa/sourcefile.rb', line 38 def erb? @erb ||= !!(filename =~ ERB_PATTERN) end |