Class R10K::Util::Subprocess::Runner
In: lib/r10k/util/subprocess/runner.rb
Parent: Object

Define an abstract interface for external command runners.

@api private

Methods

new   run  

Attributes

cwd  [RW]  @!attribute [rw] cwd
  @return [String] The directory to be used as the cwd when executing
    the command.
result  [R]  @!attribute [r] result
  @return [R10K::Util::Subprocess::Result]

Public Class methods

Public Instance methods

[Validate]