Class: ArrayProgressConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/array_with_progress/array_progress_configuration.rb

Class Method Summary collapse

Class Method Details

.item_widthObject



8
9
10
# File 'lib/array_with_progress/array_progress_configuration.rb', line 8

def self.item_width
  terminal_width - 22
end

.terminal_widthObject



4
5
6
# File 'lib/array_with_progress/array_progress_configuration.rb', line 4

def self.terminal_width
  HighLine::SystemExtensions.terminal_size[1]
end