Class: Foodie::Generators::Recipe
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Foodie::Generators::Recipe
- Includes:
- Thor::Actions
- Defined in:
- lib/foodie/generators/recipe.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
18 19 20 |
# File 'lib/foodie/generators/recipe.rb', line 18 def self.source_root File.dirname(__FILE__) + "/recipe" end |
Instance Method Details
#copy_recipe ⇒ Object
14 15 16 |
# File 'lib/foodie/generators/recipe.rb', line 14 def copy_recipe template("recipe.txt", "#{group}/#{name}.txt") end |
#create_group ⇒ Object
10 11 12 |
# File 'lib/foodie/generators/recipe.rb', line 10 def create_group empty_directory(group) end |