class Formatador

def redisplay(string = '')

def redisplay(string = '')
  print("\r")
  display("#{string}")
  nil
end