I
Iñaki Baz Castillo
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. =C2=BF?=C2=BF?
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.
--=20
I=C3=B1aki Baz Castillo
<[email protected]>
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. =C2=BF?=C2=BF?
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.
--=20
I=C3=B1aki Baz Castillo
<[email protected]>