Skip to content
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"

You can also include recipes in rubygems.