# File lib/spec/runner/formatter/base_text_formatter.rb, line 130 def magenta(text) Spec::deprecate("BaseTextFormatter#magenta") red(text) end