Subject: [ruby-talk:22118] Ruby namespace jmplementation
From: "Henning von Rosen" <henning ikso.net>
Date: Fri, 5 Oct 2001 15:09:43 +0900
in Python, namespaces are currently implemented using a dictionary (a Hash)
__dict__ that hold the variables of any object.
How are namespaces implemented in Ruby?
Or where do I read the source about this?
:-)!
via H