# File lib/mspec/matchers/output.rb, line 4 4: def initialize(stdout, stderr) 5: @out = stdout 6: @err = stderr 7: end