class RSpec::Matchers::BuiltIn::CapturedStream

@private

Attributes

Public Instance Methods

Calls superclass method
# File rspec-expectations/lib/rspec/matchers/built_in/output.rb, line 162
def tty?
  return super if as_tty.nil?
  as_tty
end