# File lib/colorator.rb, line 74
  def clear_screen(str = "")
    "\x1b[H\x1b[2J#{
      str
    }"
  end