class RSpec::Core::Configuration

def output_to_tty?(output=output_stream)

Experimental RBS support (using type sampling data from the type_fusion project).

def output_to_tty?: (?IO output) -> true

This signature was generated using 1 sample from 1 application.

def output_to_tty?(output=output_stream)
  output.respond_to?(:tty?) && output.tty?
end