| Class | CodeAnalyzer::CheckingVisitor::Default |
| In: |
lib/code_analyzer/checking_visitor/default.rb
|
| Parent: | Base |
This is the default checking visitor to check ruby sexp nodes.
check the ruby sexp nodes for the ruby file.
@param [String] filename is the filename of ruby code. @param [String] content is the content of ruby file.
parse ruby code.
@param [String] filename is the filename of ruby code. @param [String] content is the content of ruby file.