Flowdock
method

output_to_tty?

Importance_0
output_to_tty?() protected

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/formatter/base_text_formatter.rb, line 122
        def output_to_tty?
          begin
            @output.tty?
          rescue NoMethodError
            false
          end
        end
Register or log in to add new notes.