From: ts Date: 2001-08-09T15:17:49+09:00 Subject: [ruby-talk:19410] Re: WIN32OLE >>>>> "A" == Aleksei Guzev writes: A> No modification. Since there can not be a global constant due to name class A C = 12 def m C = 24 # you've modified A::C end end A> restrictions, it would simple define a NEW LOCAL constant What will be its use ? Guy Decoux