From: Jano Svitok Date: 2007-06-12T03:54:35+09:00 Subject: Re: newbie question about Ri On 6/11/07, Phrogz wrote: > On Jun 11, 10:48 am, James Britt wrote: > > Grehom wrote: > > > Thanks for quick response, I've found other functions seem to be > > > working ok, for example ri String#unpack, produced what my Pickaxe > > > book tells me about. But I did wonder where someone without the book > > > would get documentation on that function. > > > > http://ruby-doc.org/ > > ...except that in the OP's problem, ruby-doc gets its information from > RDoc, and hence also has broken/missing information on String#tr Somehow ruby-doc.org has both definitions, empty tr and correct str.tr. RI picks the first.