From: Henry Savr Date: 2006-08-29T02:29:03+09:00 Subject: rdoc problem Playing with rdoc, I found, that it works ONLY for =begin/=end rdoc block. More, if the file starts from regular comment #, even the block =begin/=end does not work. Please, help This is the code: <<<>>> =begin rdoc My path is c:/PJ/play/test/lib/test/ This is a rdoc text inside block rdoc1 rdoc2 = Level 1 == level 2 === Level 3 ==== Level 4 ===== Level 5 ---- section ---- =end puts "rdoc text 1" # My path is c:/PJ/play/test/lib/test/ # This is a rdoc text outside the block # rdoc1 # rdoc2 # = Level 1 # == level 2 # === Level 3 # ==== Level 4 # ===== Level 5 # # extra comment # rdoc1 # rdoc2 # puts "rdoc text 2" <<<>>> Only the first part is shown on output More, when I copied the second part and put it before the fist one, having so 3 parts, the output gets empty. What could be wrong? Thank you. Henry -- Posted via http://www.ruby-forum.com/.