Class: Minarai::Loaders::RecipeLoader

Inherits:
Base
  • Object
show all
Defined in:
lib/minarai/loaders/recipe_loader.rb

Instance Method Summary collapse

Methods inherited from Base

#load

Constructor Details

#initialize(path, variable_path: nil) ⇒ RecipeLoader

Returns a new instance of RecipeLoader.



9
10
11
12
# File 'lib/minarai/loaders/recipe_loader.rb', line 9

def initialize(path, variable_path: nil)
  super(path)
  @variable_path = variable_path
end