Method: Chef::GuardInterpreter::DefaultGuardInterpreter#initialize
- Defined in:
- lib/chef/guard_interpreter/default_guard_interpreter.rb
#initialize(command, opts) ⇒ DefaultGuardInterpreter
Returns a new instance of DefaultGuardInterpreter.
28 29 30 31 |
# File 'lib/chef/guard_interpreter/default_guard_interpreter.rb', line 28 def initialize(command, opts) @command = command @command_opts = opts end |