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

Inherits:
Object
  • Object
show all
Defined in:
lib/r10k/util/subprocess/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.

Direct Known Subclasses

POSIX::IO, Windows::IO

Instance Attribute Summary collapse

Instance Attribute Details

#stderrObject

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.



6
7
8
# File 'lib/r10k/util/subprocess/io.rb', line 6

def stderr
  @stderr
end

#stdinObject (readonly)

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.



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

def stdin
  @stdin
end

#stdoutObject

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.



5
6
7
# File 'lib/r10k/util/subprocess/io.rb', line 5

def stdout
  @stdout
end