From: Eric Hodel Date: 2009-07-29T06:03:10+09:00 Subject: Re: RDoc: How to link to a method description from other rdoc page? On Jul 28, 2009, at 10:59, Iņaki Baz Castillo wrote: > Why links to classes or methods documentation cannot be hidden with > label? > > > The following: > > Google[http://google.es] > > is displayed as: > > Google > > > But the following: > > get[MyModule::Client#get] > > is displayed as: > > get[MyModule::Client#get] > > > Perhaps other bug? Perhaps.