From: Trans Date: 2005-09-15T20:01:34+09:00 Subject: Re: defining a method relative to a module's nesting Mauricio, That did the trick! Me thinks I will be generalizing the whole parent = Object.const_get(mod.to_s.sub(/::[^:]+\z/, "")) thing in Nano. Thanks, T.