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