# File lib/luck/progressbar.rb, line 33 def initialize *args @maximum2 = 1 @value2 = 0 @bar2 = '-' @arrow2 = '>' super end