class AdLint::Exam::CBuiltin::W0695
Private Instance Methods
check(undef_line, *)
click to toggle source
# File lib/adlint/exam/c_builtin/cpp_check.rb, line 1285 def check(undef_line, *) if undef_line.identifier.value == "assert" W(undef_line.identifier.location) end end