On Feb 19, 3:24 pm, Trans <transf... / gmail.com> wrote: > On Feb 19, 2:56 pm, James Britt <james.br... / gmail.com> wrote: > > > Mauricio Fernandez wrote: > > > FastRI gets the documentation from ri's datastore(s) but does one thing > > > differently: it doesn't blindly merge the information from different sources, > > > it also remembers which gem a method/class came from. This information is not > > > exposed yet, however, but you can expect FastRI to allow you to restrict > > > lookups to a given set of gems (and maybe tell you where a method came from for > > > unscoped searches) eventually. > Ah wait. Now I'm a bit confused. Does 'fastri-server -b' scan one's > installed libraries and indexes them (so rdoc is not directly needed), > or just grabs the ri files built by rdoc --ri-site/-system previously? > I was thinking it was the former, but now it's dawning on me that it's > probably the latter. Please, please. Can I get some clarity on this? T.