Method: Chef::GuardInterpreter::ResourceGuardInterpreter#output

Defined in:
lib/chef/guard_interpreter/resource_guard_interpreter.rb

#outputObject

This class used to inherit from DefaultGuardInterpreter and it responds to #output, so leave this in for potential backwards compatibility.

[View source]

34
35
36
# File 'lib/chef/guard_interpreter/resource_guard_interpreter.rb', line 34

def output
  nil
end