From: Nikolai Weibull Date: 2011-07-05T20:23:31+09:00 Subject: [ruby-core:37794] Re: [Ruby 1.9 - Bug #3768] Constant Lookup doesn't work in a subclass of BasicObject On Sun, Jul 3, 2011 at 21:05, Thomas Sawyer wrote: > ��ruby-1.9.2-p0 > class X < BasicObject > ��ruby-1.9.2-p0 ?> �� ��include M > ��ruby-1.9.2-p0 ?> ��end > ��NameError: uninitialized constant X::M Writing include ::M seems to work. Why not use that instead?