2011/8/15 Brian Candler <b.candler / pobox.com>: > 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. -- Iaki Baz Castillo <ibc / aliax.net>