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

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

Michael:

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

Cheers

Dave

···

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.