# File lib/luck/progressbar.rb, line 21
  def template str
    @precap, @bar, @arrow, @blank, @postcap = str.unpack 'aaaaa'
  end