From: Chad Fowler Date: 2004-04-20T03:27:20+09:00 Subject: Re: [ANN] Ruby Installer for Windows 1.8.1-12 On Tue, 20 Apr 2004, Jos Backus wrote: # # After I fixed the above I tried running: # # C:\Ruby\bin>ri 'Array.[]' # No ri documentation found in: # C:/Ruby/share/ri/1.8/system # C:/Ruby/share/ri/1.8/site # c:\dev/.rdoc # # Was rdoc run to create documentation? # # C:\Ruby\bin> # # So I ran `rdoc -R' in C:/Ruby. Finally, after several minutes rdoc dies with # the following message: # # proxyserver.rb: mmm..c...c...c.. # Generating RI... # c:/Ruby/lib/ruby/1.8/rdoc/markup/simple_markup/to_flow.rb:92:in `accept_rule': u # ndefined local variable or method `size' for # (NameError) # I saw this same problem with Ruby CVS as well. Chad