Class: ArrayProgressConfiguration
- Inherits:
-
Object
- Object
- ArrayProgressConfiguration
- Defined in:
- lib/array_with_progress/array_progress_configuration.rb
Class Method Summary collapse
Class Method Details
.item_width ⇒ Object
8 9 10 |
# File 'lib/array_with_progress/array_progress_configuration.rb', line 8 def self.item_width terminal_width - 22 end |
.terminal_width ⇒ Object
4 5 6 |
# File 'lib/array_with_progress/array_progress_configuration.rb', line 4 def self.terminal_width HighLine::SystemExtensions.terminal_size[1] end |