class ProgressBar::Components::Title

def initialize(options = {})

def initialize(options = {})
  self.title = options[:title] || DEFAULT_TITLE
end