# File lib/code_analyzer/checker.rb, line 64 def interesting_nodes(*nodes) @interesting_nodes ||= [] @interesting_nodes += nodes end