Actions
Bug #2425
closedKernel#public_method の例外メッセージ
ruby -v:
ruby 1.9.2dev (2009-12-03 trunk 25979) [i386-mingw32]
Backport:
Description
=begin
private メソッドの名前を Kernel#public_method に渡したときの例外メッセージが
undefined private method になっています。
$ ruby -ve 'public_method(:fork)'
ruby 1.9.2dev (2009-12-03 trunk 25979) [i386-mingw32]
-e:1:in public_method': undefined private method
fork' for class Object' (NameError) from -e:1:in
'
=end
Updated by ujihisa (Tatsuhiro Ujihisa) almost 15 years ago
- Status changed from Open to Assigned
- Assignee set to nobu (Nobuyoshi Nakada)
=begin
=end
Updated by mame (Yusuke Endoh) over 14 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r27446.
_, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions
Like0
Like0Like0