Sha256: 7619724c5892a7cb446830e34acb0efb7e4aa7f1e7f2e9da8351e965afaa361c
Contents?: true
Size: 213 Bytes
Versions: 6746
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
6,746 entries across 6,694 versions & 62 rubygems