# File lib/mspec/matchers/output_to_fd.rb, line 68
68:   def output_to_fd(what, where = STDOUT)
69:     OutputToFDMatcher.new what, where
70:   end