# File lib/spec/runner/formatter/base_text_formatter.rb, line 122 def output_to_tty? begin @output.tty? rescue NoMethodError false end end