# File lib/formatador.rb, line 69
  def display_line(string = '')
    display(string)
    new_line
    nil
  end