On Aug 30, 2006, at 4:22 PM, Joel VanderWerf wrote:

>
> However, you say the classes are anonymous. How are you getting B  
> under
> the scope of A in that case?
>

mod1 = Module.new
mod2 = nil
mod1.module_eval{ mod2 = Module.new }


> -- 
>       vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407
>
>