[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Rdoc - minor bug (?

Andrew Walrond

2/28/2005 10:05:00 PM

I have a class which defines some constants thus:

DOWNLOAD,UNINSTALL,INSTALL = 0,1,2

But, they are reported in the Constants section of the rdoc generated html as

INSTALL = 0,1,2

I'm using ruby 1.8.2 (2004-12-25) [x86_64-linux]

Hope thats useful

Andrew Walrond