You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ryota Arai edited this page Dec 15, 2015
·
3 revisions
You can include a recipe in other recipe.
include_recipe"/path/to/recipe.rb"# You can include a recipe by relative path.# This relative path is resolved from a directory that including recipe exists.include_recipe"../recipe.rb"