# File lib/ansi/progressbar.rb, line 60
    def total_overflow=(boolv)
      @total_overflow = boolv ? true : false
    end