[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[Rdoc-bug] wrong parent class using Mod::Class syntax

Michael Neumann

11/8/2004 12:52:00 PM

Hi,

When rdoc-ifying this file:

module M
end

class M::A
end

class M::B < M::A
end

The parent class of M::B is Object, but should be M::A.

rdoc --version

RDoc V1.0pr1: 2004/04/04 23:19:58 (1.1.2.6)

Regards,

Michael


1 Answer

Dave Thomas

11/8/2004 1:25:00 PM

0


On Nov 8, 2004, at 6:52, Michael Neumann wrote:

> When rdoc-ifying this file:
> The parent class of M::B is Object, but should be M::A.

Michael:

Thanks for the report -- now fixed in the CVS head of 1.9 and 1.8.

Cheers

Dave