method
yellow
1.2.8 -
Show latest stable
- Class:
Spec::Runner::Formatter::BaseTextFormatter
yellow(text)protected
No documentation available.
# File lib/spec/runner/formatter/base_text_formatter.rb, line 127
def yellow(text); colour(text, "\e[33m"); end