# File lib/formatador.rb, line 63
  def display(string = '')
    print(parse("[indent]#{string}"))
    STDOUT.flush
    nil
  end