class Tapioca::RepoIndex

def initialize

def initialize
  @entries = T.let(Set.new, T::Set[String])
end