# File lib/colorator.rb, line 46
  def reset_ansi(str = "")
    "\x1b[0m#{
      str
    }"
  end