From: Jean-Julien Fleck Date: 2010-04-19T23:11:04+09:00 Subject: Re: Documenting Rakefile using rdoc Hello Eric, > Check it out: > >  gem install rdoc-rake Thanks, it's at least a beginning and make the code appear easily but would it be possible to have a Rakefile like this: *********** ## # Undescribed task that could come in handy and with comments that should be # included in rdoc task :undescribed puts "Doing some stuff" end ## # Described task so that rake -T works desc "Described task" task :described puts "Doing some other stuff" end *********** And make the comment appear in the doc and not only the one in the 'desc' attribute ? Thanks, -- JJ Fleck PCSI1 Lycée Kléber