Method: WIP::Runner::Spec::Helpers::UIHelpers::CustomUI#initialize

Defined in:
lib/wip/runner/spec/helpers/ui_helpers.rb

#initialize(input, out, err) ⇒ CustomUI

Returns a new instance of CustomUI.



52
53
54
55
# File 'lib/wip/runner/spec/helpers/ui_helpers.rb', line 52

def initialize(input, out, err)
  @out = CustomLine.new(input, out, nil, nil, 2, 0)
  @err = CustomLine.new(input, err, nil, nil, 2, 0)
end