From: "Iñaki Baz Castillo" Date: 2009-07-29T02:31:02+09:00 Subject: RDoc: Really wrong output (Module#method instead of Module::Class#method) Hi, I'm getting really crazy with RDoc (tested in 1.8 and 1.9). Basically I've a module containing a class containing a method. And when I generate the rdoc, the HTML output show the method as a module method instead of class. ¿?¿? However, if I test with a simple file: ----------------- module MyModule class MyClass def initialize puts "hello" end end end ----------------- then the output is correct. I've checked and re-checked my code and is correct. In fact, I use it :) Is there any known issue about it? Thanks. -- Iñaki Baz Castillo