class Formatador

def display_line(string = '')

def display_line(string = '')
  display(string)
  new_line
  nil
end