From: "Iñaki Baz Castillo" Date: 2011-08-15T22:02:22+09:00 Subject: Re: class inheritance and class constants 2011/8/15 Brian Candler : > Change >  puts HELLO > to >  puts self.class::HELLO > > and it should work the way you want. > > Ruby's constant resolution is static, unless you force it to be dynamic Yes, I've also used this mechanism (self.class::HELLO). And also using class instance variables. -- Iñaki Baz Castillo