On Mon, Sep 29, 2008 at 8:27 PM, Seth Thomas Rasmussen
<[EMAIL PROTECTED]> wrote:
> On Mon, Sep 29, 2008 at 7:45 PM, Seth Thomas Rasmussen
> <[EMAIL PROTECTED]> wrote:
>> So, it's this expression that is causing me problems again:
>>
>> @title, @status, @prog, = app.contents[-1].contents
>>
>> Here is a paste from one of my messages about the first time I had a
>> problem with this expression: http://gist.github.com/3713
>>
>> The first time, the problem I was seeing was that app.contents[-1] was
>> returning nil, so the second contents() call was failing on a nil
>> object.
>>
>> Now, it appears that the app object does not respond to contents() at
>> all for some reason.
Shoes.app :title => "This simple example works fine, though." do
stack
flow
stack
flow
info contents.map { |x| x.inspect }.inspect
end
--
Seth Thomas Rasmussen
http://greatseth.com