# File lib/brakeman/processors/lib/find_call.rb, line 36 def initialize targets, methods, tracker, in_depth = false super tracker @calls = [] @find_targets = targets @find_methods = methods @current_class = nil @current_method = nil @in_depth = in_depth end