From: Dave Thomas Date: 2004-12-31T13:44:40+09:00 Subject: Re: rdoc in rails On Dec 30, 2004, at 3:49 PM, James Britt wrote: > > Question for Dave Thomas (and my apologies if I've asked this before): > > How stable is the file format for the ri YAML data? The file format is YAML. I don't think there've been any incompatible YAML changes for a while now. The file content is also pretty stable. There _may_ be a change when the cache stuff gets unstubbed, but at the worst that'll just add an extra attribute or two to deserialized objects, which shouldn't affect your code. Cheers Dave