class Formatador

def display(string = '')

def display(string = '')
  print(parse("[indent]#{string}"))
  $stdout.flush
  nil
end