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
<ibc / aliax.net>