# File lib/mspec/matchers/output.rb, line 64
64:   def output(stdout=nil, stderr=nil)
65:     OutputMatcher.new(stdout, stderr)
66:   end