# File lib/rspec/core/configuration.rb, line 410 def color return false unless output_to_tty? value_for(:color, @color) end