Methods

Class/Module Index [+]

Quicksearch

Chef::Mixin::Template::ChefContext

Public Instance Methods

node() click to toggle source
# File lib/chef/mixin/template.rb, line 27
def node
  return @node if @node
  raise "Could not find a value for node. If you are explicitly setting variables in a template, " +
        "include a node variable if you plan to use it."
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.