class Bake::Recipe

def method

The method implementation.
def method
	@method ||= @instance.method(@name)
end