# File lib/brakeman/processor.rb, line 15 def initialize(app_tree, options) @app_tree = app_tree @tracker = Tracker.new(@app_tree, self, options) end