"Christoph Rippel" <crippel / primenet.com> writes:

> Right now I can't think of a way to accurately 
> match the behavior of something like
> 
> class A
> end
> def A.s
>    id
> end
> class B < A
> end
> p B.s != A.s # true  ..

That would make object instantiation somewhat difficult....



Dave