On Mon, Sep 29, 2008 at 06:04:10PM -0400, Seth Thomas Rasmussen wrote: > Line 277 of lib/shoes/setup.rb is raising an error with the message: > > undefined method 'contents' for (Shoes::App "Setting up for aglet.rb") > > I remember I started hacking setup.rb once to get around this. > Ultimately, my hacks were not necessary, but I don't really recall > what resolved things for me.
Use: app.slot.contents. I had to make the App object separate from its slot to clean up the method proxy. _why
