Method: Chef::GuardInterpreter::ResourceGuardInterpreter#output
- Defined in:
- lib/chef/guard_interpreter/resource_guard_interpreter.rb
permalink #output ⇒ Object
This class used to inherit from DefaultGuardInterpreter and it responds to #output, so leave this in for potential backwards compatibility.
34 35 36 |
# File 'lib/chef/guard_interpreter/resource_guard_interpreter.rb', line 34 def output nil end |