From: Stephen Celis Date: 2008-10-04T07:13:03+09:00 Subject: Re: class << self Hi, On Fri, Oct 3, 2008 at 2:51 PM, Patrick Doyle wrote: > Well, there is one difference -- the last one returns a different value for > B. I'm not sure what that buys you, but it's the thing that dumbfounds me > the most about this issue. I believe this is an issue of scope, A.c is picking up #::B, whereas the others are picking up A::B. Stephen