def bake_treats return :a_basket_of_cookies end def lower_from_window(window) window.insert(bake_treats) end