Method: CodeAnalyzer::Checker.interesting_nodes
- Defined in:
- lib/code_analyzer/checker.rb
.interesting_nodes(*nodes) ⇒ Object
61 62 63 64 |
# File 'lib/code_analyzer/checker.rb', line 61 def interesting_nodes(*nodes) @interesting_nodes ||= [] @interesting_nodes += nodes end |