Class: Object

Inherits:
BasicObject
Defined in:
lib/prepp/core_ext/object.rb

Instance Method Summary collapse

Instance Method Details

#recipe(&block) ⇒ Object

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



3
4
5
# File 'lib/prepp/core_ext/object.rb', line 3

def recipe(&block)
  Prepp::Recipe.new(&block)
end