Method: ChefApply::CLI#initialize
- Defined in:
- lib/chef_apply/cli.rb
#initialize(argv) ⇒ CLI
Returns a new instance of CLI.
60 61 62 63 64 |
# File 'lib/chef_apply/cli.rb', line 60 def initialize(argv) @argv = argv.clone @rc = RC_OK super() end |