2008/7/18 Eric Hodel <drbrain / segment7.net>: > On Jul 17, 2008, at 08:39 AM, Yusuke ENDOH wrote: >> >> rdoc defines Hash#method_missing in lib/rdoc/ri/driver.rb > > I will fix it this week. I confirmed that rdoc is upgraded, but unfortunately its tests have some problems. First, `make test-all' fails because of location of files. Please run tests before committing, especially such a big change... test/rdoc/test_rdoc_info_formatting.rb creates temporal directory under /tmp. But it should use tmpdir library. "$stdout = File.new('/dev/null','w')" will fail under windows. In addition, `make test-all' stops when rdoc calls `abort' (e.g., File not found). It is better to rescue SystemExit when rdoc may call `abort'. -- Yusuke ENDOH <mame / tsg.ne.jp>