# File lib/rspec/matchers/built_in/output.rb, line 104defself.capture(_block)
raise"You must chain `to_stdout` or `to_stderr` off of the `output(...)` matcher."end
name()click to toggle source
# File lib/rspec/matchers/built_in/output.rb, line 100defself.name"some stream"end