From: Ben Johnson Date: 2008-09-19T15:07:20+09:00 Subject: Getting a constant inside a class How do you grab the value of a constant if it is inside a class << self? example class A class << self B = "HI" end end A::B does not work. How would you go about grabbing the value for B? Sorry for such a noob question. Thanks! -- Posted via http://www.ruby-forum.com/.