# File lib/code_analyzer/checker.rb, line 69 def interesting_files(*file_patterns) @interesting_files ||= [] @interesting_files += file_patterns end