On Mon, Sep 29, 2008 at 10:39 PM, _why <[EMAIL PROTECTED]> wrote: > 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.
Aha. lib/shoes/setup.rb needs a little patching then. http://gist.github.com/13742 -- Seth Thomas Rasmussen http://greatseth.com
