Class CodeAnalyzer::CheckingVisitor::Plain
In: lib/code_analyzer/checking_visitor/plain.rb
Parent: Base

This is the checking visitor to check ruby plain code.

Methods

check  

Public Instance methods

check the ruby plain code.

@param [String] filename is the filename of ruby code. @param [String] content is the content of ruby file.

[Validate]