class Ivar::IvarCollector

def initialize(file_path, method_name)

def initialize(file_path, method_name)
  super()
  @file_path = file_path
  @method_name = method_name
  @references = []
end