Method: Object#output_to_fd

Defined in:
lib/mspec/matchers/output_to_fd.rb

#output_to_fd(what, where = STDOUT) ⇒ Object



68
69
70
# File 'lib/mspec/matchers/output_to_fd.rb', line 68

def output_to_fd(what, where = STDOUT)
  OutputToFDMatcher.new what, where
end