# File lib/ruby-progressbar/components/title.rb, line 8
  def initialize(options = {})
    self.title = options[:title] || DEFAULT_TITLE
  end