class ProgressBar::Components::Title
Constants
- DEFAULT_TITLE
Attributes
Public Class Methods
Source
# File lib/ruby-progressbar/components/title.rb, line 8 def initialize(options = {}) self.title = options[:title] || DEFAULT_TITLE end
# File lib/ruby-progressbar/components/title.rb, line 8 def initialize(options = {}) self.title = options[:title] || DEFAULT_TITLE end