Method: Codeqa::Checkers::CheckErbHtml#hint
- Defined in:
- lib/codeqa/checkers/check_erb_html.rb
#hint ⇒ Object
14 15 16 |
# File 'lib/codeqa/checkers/check_erb_html.rb', line 14 def hint 'The html I see after removing the erb stuff is not valid (find the unclosed tags and attributes).' end |