# File lib/colorator.rb, line 26
  def has_ansi?(str)
    str.match(ANSI_MATCHR).is_a?(
      MatchData
    )
  end