Rdoc - minor bug (?)

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