class Cany::UnloadedRecipe

Public Class Methods

new(name) click to toggle source
Calls superclass method
# File lib/cany/errors.rb, line 37
def initialize(name)
  super "The recipe \"#{name}\" is not loaded by the specification."
end