[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

method/constant links in rdoc

Eric Mahurin

5/17/2005 8:21:00 PM

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/o...


1 Answer

Joel VanderWerf

5/17/2005 11:54:00 PM

0

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.