# File lib/luck/progressbar.rb, line 5 def initialize *args @maximum = 1 @value = 0 @precap = '[' @bar = '=' @arrow = '>' @blank = ' ' @postcap = ']' super end