# File lib/colorator.rb, line 64
  def strip_ansi(str)
    str.gsub(
      ANSI_MATCHR, ""
    )
  end