@private
# File lib/rspec/matchers/built_in/output.rb, line 104 def self.capture(block) raise "You must chain `to_stdout` or `to_stderr` off of the `output(...)` matcher." end
# File lib/rspec/matchers/built_in/output.rb, line 100 def self.name "some stream" end