Method: Evm::Recipe.all
- Defined in:
- lib/evm/recipe.rb
.all ⇒ Object
33 34 35 36 37 |
# File 'lib/evm/recipe.rb', line 33 def all Dir.glob(File.join(RECIPES_PATH, '*.rb')).map do |recipe_file| Recipe.new(recipe_file) end end |
33 34 35 36 37 |
# File 'lib/evm/recipe.rb', line 33 def all Dir.glob(File.join(RECIPES_PATH, '*.rb')).map do |recipe_file| Recipe.new(recipe_file) end end |