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