From: Trans Date: 2008-02-20T05:24:45+09:00 Subject: Re: FastRI 0.3.1: faster, Leopard compatibility, etc. On Feb 19, 2:56 pm, James Britt 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. T.