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