Subject: Re: a little challenge - reproduce this error
From: Christopher Dicely <cmdicely gmail.com>
Date: Wed, 8 Jun 2011 23:58:39 +0900
References: 384228384230
In-reply-to: 384230
On Wed, Jun 8, 2011 at 6:16 AM, Steve Klabnik <steve / steveklabnik.com> wrote:
> throw NameError.new("uninitialized constant X::Foo::X")
>
Doesn't give the right result. You want raise, not throw.