class Object

Public Instance Methods

recipe(&block) click to toggle source

only minimally invade the Object class to have a nice little wrapper call around the Recipe class

# File lib/prepp/core_ext/object.rb, line 3
def recipe(&block)
  Prepp::Recipe.new(&block)
end