# File lib/formatador.rb, line 106
  def redisplay_line(string = '', width = 120)
    redisplay(string, width)
    new_line
    nil
  end