# File lib/ci/reporter/output_capture.rb, line 9 def self.wrap(io, &assign) new(io, &assign).tap {|oc| oc.start} end