From bec77ef49adfa3192c53f681236b189f02068f8f Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 10 Jun 2006 06:15:02 +0000 Subject: * eval.c (rb_f_method_name, rb_f_callee_name): new functions. new global method `__method__' and `__callee__'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e71b8ac63..c02ce0fe2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 10 15:12:29 2006 NAKAMURA Usaku + + * eval.c (rb_f_method_name, rb_f_callee_name): new functions. + new global method `__method__' and `__callee__'. + Sat Jun 10 10:13:13 2006 NAKAMURA Usaku * lib/getoptlong.rb (GetoptLong#set_options): recieve arguments -- cgit