From: jc Date: 2005-02-18T05:14:48+09:00 Subject: How to get the module that a class resides in? How can I do the equivalent of the following? class Foo class Bar; end end Foo::Bar.module # => Foo