From 9133ad845e607a0b4a7aa5cf87cad5bd0cd0462a Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 22 Sep 2006 09:08:58 +0000 Subject: * string.c (rb_str_partition): no need to call rb_call_super(), since String is no longer includes Enumerable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d67b322c7..f03151101 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 22 18:07:17 2006 Yukihiro Matsumoto + + * string.c (rb_str_partition): no need to call rb_call_super(), + since String is no longer includes Enumerable. + Fri Sep 22 17:33:29 2006 Yukihiro Matsumoto * hash.c (rb_hash_eql): new method to be used by Hash. -- cgit