From: Bjoern Date: 2009-07-07T20:05:13+09:00 Subject: Re: Help with rdoc - generate documentation for Ruby 1.9.1 Standard Library? On Jul 7, 11:13 am, Eric Hodel wrote: > On Jul 6, 2009, at 12:55, Bjoern wrote: > > > However, in the output there is no reference to json, which as far   > > as I know is part of the stdlib. There also is a json directory in   > > ext. > > Looks like ext/.document wasn't updated for 1.9.1. That would explain a lot, thanks! Also James from ruby-doc explained to me another issue with rdoc not handling re-openings of classes well (such as YAML adding methods to String if YAML is required). Any workarounds for that? What can I do to understand all this better? For example I still don't know which files are STDLIB and which files belong to Core. Björn