# File 'lib/automux/cache/recipe.rb', line 17deffind_by_name(name)Instances[name]||Automux::Null::Recipe.new(name)end
#setup ⇒ Object
8
9
10
11
12
13
14
15
# File 'lib/automux/cache/recipe.rb', line 8defsetupuser_and_default_recipe_paths.eachdo|path|recipe=Automux::Core::Recipe.new(path)Instances[recipe.name]=recipeendInstances[nil]=Instances['default']end