Method: R10K::Util::Subprocess::Runner#initialize
- Defined in:
- lib/r10k/util/subprocess/runner.rb
#initialize(argv) ⇒ Runner
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 Runner.
19 20 21 |
# File 'lib/r10k/util/subprocess/runner.rb', line 19 def initialize(argv) raise NotImplementedError end |