On Mon, Sep 29, 2008 at 8:04 PM, Jeff Hodges <[EMAIL PROTECTED]> wrote:
> Seth Thomas Rasmussen wrote:
>>
>> So, my laptop had a near death experience recently. It has recently
>> been rejuvenated. I went to load up the app I've been working on, and
>> an old problem has reappeared.
>>
>> 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.
>>
>> Any ideas? :(
>>
>
> Can't help much without seeing the code that calls it. Mind pasting it
> somewhere?

Well, here is a simple sample that recreates the problem for me:

  Shoes.setup do
    gem "twitter"
  end

  Shoes.app do
  end

-- 
Seth Thomas Rasmussen
http://greatseth.com

Reply via email to