class RecipeBox::CreateRecipeBox
Public Class Methods
source_root()
click to toggle source
# File lib/recipe_box/create_recipe_box.rb, line 7 def self.source_root File.dirname(__FILE__) end
Public Instance Methods
create_directory()
click to toggle source
# File lib/recipe_box/create_recipe_box.rb, line 11 def create_directory empty_directory(name) end