From: ts Date: 2004-11-14T01:33:54+09:00 Subject: Re: Getting Module from Symbol >>>>> "B" == Brian =?ISO-8859-15?Q?Schr=F6der?= writes: B> m = const_get(:Module1).const_get(:SubModule1) m = Object.const_get(:Module1).const_get(:SubModule1) Object is at the the top of the ruby hierarchy Guy Decoux