Class: CI::Reporter::OutputCapture::Delegate

Inherits:
IO
  • Object
show all
Includes:
CI::Reporter::OutputCapture
Defined in:
lib/ci/reporter/test_suite.rb

Instance Method Summary collapse

Methods included from CI::Reporter::OutputCapture

#capture, #finish, wrap

Constructor Details

#initialize(io, &assign) ⇒ Delegate

Returns a new instance of Delegate.



15
16
17
18
# File 'lib/ci/reporter/test_suite.rb', line 15

def initialize(io, &assign)
  super(io)
  capture(io, &assign)
end