# File lib/luck/progressbar.rb, line 50 def redraw super @display.place y1, x1, @precap + (@bar2 * (percentage2 * (width - @precap.size - @postcap.size)) + @arrow2) end