From: ruud Date: 2008-02-18T21:29:55+09:00 Subject: Re: how to implement class constants? Thank you both for you answer. I like the Class::var solution best; the other one includes more typing. I am fairly new to Ruby so all the time I am occupied asking myself easy-to-answer questions. This really helps. Another easy to answer question is a bit related: Most of the time I find a class.var notation of a class::var notation. In documentation I find class#method notation. How are these three related to each other? thanks, Ruud