struct

Progress::Theme

Inherits Struct / Value / Object

Constructors

new(complete : String = "▓", alt_progress_head : Nil | String = nil, progress_head : Nil | String = nil, incomplete : String = "░", bar_start : String = "[", bar_end : String = "]", width : Int32 = 60, number_format : String = "%.1f%%", binary_prefix_format : Int::BinaryPrefixFormat = :JEDEC, decimal_separator : String = ".")
Source

Instance methods

alt_progress_head
Source
bar_end
Source
bar_start
Source
binary_prefix_format
Source
complete
Source
decimal_separator
Source
has_progress_head?
Source
incomplete
Source
number_format
Source
progress_head
Source
width
Source