Method: CodeAnalyzer::Checker#interesting_nodes

Defined in:
lib/code_analyzer/checker.rb

#interesting_nodesObject

interesting nodes that the check will parse.



7
8
9
# File 'lib/code_analyzer/checker.rb', line 7

def interesting_nodes
  self.class.interesting_nodes
end