class Cbat
- Cbat
- Reference
- Object
Defined in:
cbat.crConstructors
Instance Method Summary
-
#create_bars
Iterates over each battery, calculates the needed filling chars given the width.
-
#display_data
Iterates over each battery and checks the format string token by token for potencial substitutions signaled by a % symbol similar to GNU date, ex: date +"%D %H:%M" => 03/20/24 01:28
- #get_values
- #list_batteries
- #run
Constructor Detail
Instance Method Detail
def display_data
#
Iterates over each battery and checks the format string token by token for potencial substitutions signaled by a % symbol similar to GNU date, ex: date +"%D %H:%M" => 03/20/24 01:28