Sha256: 7619724c5892a7cb446830e34acb0efb7e4aa7f1e7f2e9da8351e965afaa361c

Contents?: true

Size: 213 Bytes

Versions: 7029

Compression:

Stored size: 213 Bytes

Contents

class   ProgressBar
module  Components
class   Title
  DEFAULT_TITLE = 'Progress'.freeze

  attr_accessor :title

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

Version data entries

7,029 entries across 6,977 versions & 63 rubygems

Version Path
progressbar-1.9.0 lib/ruby-progressbar/components/title.rb
ruby-progressbar-1.9.0 lib/ruby-progressbar/components/title.rb
ruby-progressbar-1.8.3 lib/ruby-progressbar/components/title.rb
fluent-plugin-detect-memb-exceptions-0.0.2 vendor/bundle/ruby/2.0.0/gems/ruby-progressbar-1.8.1/lib/ruby-progressbar/components/title.rb
fluent-plugin-detect-memb-exceptions-0.0.1 vendor/bundle/ruby/2.0.0/gems/ruby-progressbar-1.8.1/lib/ruby-progressbar/components/title.rb
progressbar-1.8.2 lib/ruby-progressbar/components/title.rb
progressbar-1.8.1 lib/ruby-progressbar/components/title.rb
ruby-progressbar-1.8.1 lib/ruby-progressbar/components/title.rb
ruby-progressbar-1.8.0 lib/ruby-progressbar/components/title.rb