method

yellow

rspec latest stable - Class: Spec::Runner::Formatter::BaseTextFormatter
yellow(text)
protected

No documentation available.

# File lib/spec/runner/formatter/base_text_formatter.rb, line 132
        def yellow(text); colour(text, "\e[33m"); end