class Ivar::MethodTargetedInstanceVariableReferenceVisitor
def initialize(file_path, target_method_name, target_line)
def initialize(file_path, target_method_name, target_line) super() @file_path = file_path @target_method_name = target_method_name @target_line = target_line @references = [] @in_target_method = false end