From: Gennady Date: 2003-07-30T12:55:51+09:00 Subject: Re: Builtin objects namespace Use ::Hash to refer to the top level class. Gennady. On Tuesday, July 29, 2003, at 07:09 PM, Eric Anderson wrote: > What namespace are the builtin objects? I want to create an object in > other module that has the same name and uses the builtin object. For > example, if I wanted to create a hash that operated in a "special" > manor. I would create: > > module Special > class Hash < Builtin::Hash > end > end > > But from what I can tell the builtin hash is not in a namespace. So > how do I do this? >