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

  • Thread starter Michael Neumann
  • Start date
M

Michael Neumann

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
 
D

Dave Thomas

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top