From: "zzak (Zachary Scott)" Date: 2013-04-28T10:50:40+09:00 Subject: [ruby-core:54648] [ruby-trunk - Bug #8225][Closed] Missing RI file for Kernel.open Issue #8225 has been updated by zzak (Zachary Scott). Status changed from Assigned to Closed I've moved this over to RDoc's bug tracker: https://github.com/rdoc/rdoc/issues/222 ---------------------------------------- Bug #8225: Missing RI file for Kernel.open https://bugs.ruby-lang.org/issues/8225#change-38988 Author: dunric (David Unric) Status: Closed Priority: Normal Assignee: drbrain (Eric Hodel) Category: lib Target version: current: 2.1.0 ruby -v: 2.0.0p0 Backport: Hi, just would like to report following error in Ruby 2.0.0p0 & 2.1.0-dev documentation: ri 'Kernel.open' /usr/lib/ruby/2.0.0/rdoc/store.rb:617:in `initialize': store at /usr/share/ri/2.0.0/system missing file /usr/share/ri/2.0.0/system/Kernel/open-c.ri for Kernel::open (RDoc::Store::MissingFileError) from /usr/lib/ruby/2.0.0/rdoc/store.rb:617:in `open' from /usr/lib/ruby/2.0.0/rdoc/store.rb:617:in `load_method' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:1185:in `load_method' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:1197:in `block in load_methods_matching' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:983:in `block in find_methods' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:982:in `each' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:982:in `find_methods' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:1194:in `load_methods_matching' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:1213:in `lookup_method' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:508:in `add_method' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:783:in `display_method' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:802:in `display_name' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:827:in `block in display_names' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:824:in `each' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:824:in `display_names' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:1361:in `run' from /usr/lib/ruby/2.0.0/rdoc/ri/driver.rb:356:in `run' from /usr/bin/ri:12:in `
' -- http://bugs.ruby-lang.org/