On Mon, Nov 24, 2008 at 05:44:54PM -0500, Seth Thomas Rasmussen wrote: > class FeelMyFlow < Widget > def initialize > stack do > para "new" > para "lines" > para "plz" > end > end > end > > Shoes.app do > feel_my_flow > end > > I'm seeing all the text on one line, as if the para's were in a flow.
Good one. Just posted a patch. Inside of Widget#initialize is a tricky spot. _why
