From: "Iñaki Baz Castillo" Date: 2009-07-29T02:00:32+09:00 Subject: RDoc: How to link to a method description from other rdoc page? Hi, RDoc documentation says: "Names of classes, source files, and any method names containing an underscore or preceded by a hash character are automatically hyperlinked from comment text to their description." However, how to link to a method definition from a README.rdoc file? I've tryed everything: MyModule::MyClass#get [MyModule::MyClass#get] [link:MyModule::MyClass#get] but nothing works :( Any tip please? Thanks a lot. -- Iñaki Baz Castillo