A RecipeObject represents a recipe in a chef cookbook. See docs.opscode.com/essentials_cookbook_recipes.html
Creates a new instance of RecipeObject.
@param namespace [NamespaceObject] namespace to which the recipe belongs @param name [String] name of the recipe
@return [RecipeObject] the newly created RecipeObject
# File lib/yard-chef/code_objects/recipe_object.rb, line 39 def initialize(namespace, name) super(namespace, name) end
Generated with the Darkfish Rdoc Generator 2.