class ProgressBar::Projector

def self.from_type(name)

def self.from_type(name)
  NAME_TO_PROJECTOR_MAP.fetch(name, DEFAULT_PROJECTOR)
end