From: "Ambrus Zsbán" Date: 2009-03-28T05:15:15+09:00 Subject: [ruby-core:23037] [Bug #1318] Ri documentation missing for BasicObject methods instance_eval, method_missing, __send__ Bug #1318: Ri documentation missing for BasicObject methods instance_eval, method_missing, __send__ http://redmine.ruby-lang.org/issues/show/1318 Author: Ambrus Zsb��n Status: Open, Priority: Normal Category: DOC, Target version: 1.9.1 ruby -v: ruby 1.9.1p0 (2009-01-30 revision 21907) [x86_64-linux] It seems that ri does not find the documentation for three instance methods of BasicObject, namely instance_eval, method_missing, and __send__. All three of these seem to have a documentation in the vm_eval.c source file, but this is somehow not built to the ri documentation. This is using ruby-1.9.1-p0 built from source on an amd64 linux debian system. (The online docs at "http://www.ruby-doc.org/core-1.9/index.html" are also missing these methods.) Thanks in advance, Ambrus ---------------------------------------- http://redmine.ruby-lang.org