# File lib/formatador.rb, line 100
  def redisplay(string = '')
    print("\r#{' ' * 80}\r")
    display("#{string}")
    nil
  end