From cddf2ce8d941c02783fe429ef2f1106ac3b5d322 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 16 Jul 2007 09:29:35 +0000 Subject: * string.c (rb_str_rindex_m): accept string-like object convertible with #to_str method, as well as rb_str_index_m. [ruby-core:11692] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5068eafe3..8a1d43fb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 16 18:29:33 2007 Nobuyoshi Nakada + + * string.c (rb_str_rindex_m): accept string-like object convertible + with #to_str method, as well as rb_str_index_m. [ruby-core:11692] + Mon Jul 16 07:17:28 2007 Nobuyoshi Nakada * insns.def (getspecial): lfp_svar_get() requires int for special -- cgit