class Steep::Index::SourceIndex

def add_reference(constant: nil, method: nil, ref:)

def add_reference(constant: nil, method: nil, ref:)
  @count += 1
  entry(constant: constant, method: method).add_reference(ref)
  self
end