From 0a0160d6b659f6131a525fe1579e7c463d4c197e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 2 Aug 2014 01:26:58 +0000 Subject: object.c: Object#itsef MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * object.c (rb_obj_itself): new method Object#itsef. based on the patch by Rafael França in [ruby-core:64156]. [EXPERIMENTAL] this method may be renamed due to compatibilities. [ruby-core:44704] [Feature #6373] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fdda286ba9..0ebe70c862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Aug 2 10:26:57 2014 Nobuyoshi Nakada + + * object.c (rb_obj_itself): new method Object#itsef. based on the + patch by Rafael Franca in [ruby-core:64156]. + [EXPERIMENTAL] this method may be renamed due to compatibilities. + [ruby-core:44704] [Feature #6373] + Fri Aug 1 22:30:40 2014 Masaki Suketa * ext/win32ole/win32ole.c (folerecord_inititalize): accept -- cgit v1.2.3