From: Dave Thomas Date: 2003-12-03T13:21:39+09:00 Subject: Re: rdoc included in standard distribution? On Dec 2, 2003, at 18:43, Chris Thomas wrote: > Super cool. But I ran into one thing right away: > > % rdoc --help > /usr/local/lib/ruby/1.8/rdoc/diagram.rb:7:in `require': No such file > to load -- dot/ Chris: Thanks for the patch, but in fact the problem was a missing file in the commit. When I added rdoc to the standard library, I moved stuff around to reduce namespace pollution, and I forgot the dot.rb file. Sorry about that Dave