# File lib/rspec/core/formatters/base_text_formatter.rb, line 219 def white(text) RSpec.deprecate("RSpec::Core::Formatters::BaseTextFormatter#white", "#default_color", "3.0") color(text, :white) end