Module: Capistrano::Configuration::Loading

Defined in:
lib/teknobingo_recipes/helpers.rb

Instance Method Summary collapse

Instance Method Details

#include_recipes(*recipes) ⇒ Object



60
61
62
63
64
# File 'lib/teknobingo_recipes/helpers.rb', line 60

def include_recipes *recipes
  recipes.each do |recipe|
    load "#{Gem.loaded_specs['teknobingo-recipes'].full_gem_path}/lib/teknobingo_recipes/recipes/#{recipe}.rb"
  end
end