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

  
  