From: "Iñaki Baz Castillo" Date: 2009-07-29T06:05:41+09:00 Subject: Re: RDoc: Really wrong output (Module#method instead of Module::Class#method) El Martes, 28 de Julio de 2009, Eric Hodel escribió: > > I've found the bug! > > > > There is: > > > > > > ----------------- > > module MyModule > > > > class MyClass > > > > RUBY_VERSION_CORE = case RUBY_VERSION > > when /^1\.9\./ > > > > :RUBY_1_9 > > > > when /^1\.8\./ > > > > :RUBY_1_8 > > > > end > > > > def initialize > > puts "hello" > > end > > > > end > > end > > ----------------- > > > > > > Adding that "case" stament confuses RDoc and generates wrong output. > > You can check it by creating the above file and generating rdoc. The > > class method "initialize" will appear as a MyModule method. > > > > Could somebody confirm it so I would report the bug? Thanks a lot. > > Can you file it in the tracker? http://rubyforge.org/tracker/index.php?func=detail&aid=26777&group_id=627&atid=2472 :) -- Iñaki Baz Castillo