# File lib/colorator.rb, line 54
  def clear_line(str = "")
    "\x1b[2K\r#{
      str
    }"
  end