class Chef

To get to node we have to go through Chef, happy Rubocop?

Public Instance Methods

loaded_recipes() click to toggle source

The list of loaded recipes on the Chef run (normalized)

@return [Array<String>]

@api private

# File lib/garcon/chef/node.rb, line 98
def loaded_recipes
  node.run_context.loaded_recipes.map { |name| with_default(name) }
end