Method/constant links in rdoc

Anybody know if in rdoc I can create links to certain
methods/constants in modules/classes? I would like to refer to
another method (and some constants) when desribing a method.

Discover Yahoo!
Have fun online with music videos, cool games, IM and more. Check it out!
http://discover.yahoo.com/online.html

Eric Mahurin wrote:

Anybody know if in rdoc I can create links to certain
methods/constants in modules/classes? I would like to refer to
another method (and some constants) when desribing a method.

Aren't methods just referred to using FooClass#bar_method ? And, IIRC, FooClass should generate a link to the class.