Class: R10K::Util::Subprocess::Windows::IO Private

Inherits:
IO
  • Object
show all
Defined in:
lib/r10k/util/subprocess/windows/io.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary

Attributes inherited from IO

#stderr, #stdin, #stdout

Instance Method Summary collapse

Constructor Details

#initializeIO

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of IO.



2
3
4
5
# File 'lib/r10k/util/subprocess/windows/io.rb', line 2

def initialize
  @stdout = 'NUL:'
  @stderr = 'NUL:'
end