From: Dave Thomas Date: 2004-08-28T10:08:58+09:00 Subject: Re: Perldoc Equivalent? On Aug 27, 2004, at 20:43, James Edward Gray II wrote: > % ri String > No ri documentation found in: > /usr/local/share/ri/1.8/system > /usr/local/share/ri/1.8/site > /Users/james/.rdoc > > Was rdoc run to create documentation? > > So I tried: > > % rdoc > > Which scrolled a lot of source files. Unfortunately, it didn't change > ri's response. What am I missing here? Did you install Ruby from source. If so, go into the lib directory and type sudo ri --system and it will install all the documentation. Cheers Dave