class Tapioca::Gem::Pipeline

def get_file_candidates(constant)

: (Module constant) -> Set[String]
def get_file_candidates(constant)
  file_candidates_for(constant)
rescue ArgumentError, NameError
  Set.new
end