Project

General

Profile

ActionsLike0

Bug #1318

closed

Ri documentation missing for BasicObject methods instance_eval, method_missing, __send__

Added by b_jonas (Ambrus Zsbán) about 16 years ago. Updated almost 14 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.1p0 (2009-01-30 revision 21907) [x86_64-linux]
Backport:
[ruby-core:23037]

Description

=begin
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
=end

#1

Updated by yugui (Yuki Sonoda) over 15 years ago

  • Assignee set to yugui (Yuki Sonoda)
  • Target version changed from 1.9.1 to 1.9.2
#2

Updated by mame (Yusuke Endoh) almost 15 years ago

  • Category changed from doc to lib
  • Assignee changed from yugui (Yuki Sonoda) to drbrain (Eric Hodel)
#3

Updated by drbrain (Eric Hodel) almost 15 years ago

  • Status changed from Open to Closed
ActionsLike0

Also available in: Atom PDF