From 95e77269a9495c9f72b361a148fa45312c5a609c Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 17 Aug 2009 17:00:47 +0000 Subject: * range.c (range_step): treat symbols specially so that iterating over symbols should work like strings. [ruby-core:24780] * range.c (range_each): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 313e6f9b90..8264b44a91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Aug 18 01:57:00 2009 Yukihiro Matsumoto + + * range.c (range_step): treat symbols specially so that iterating + over symbols should work like strings. [ruby-core:24780] + + * range.c (range_each): ditto. + Tue Aug 18 01:21:31 2009 Yukihiro Matsumoto * range.c (range_each): should honor to_str conversion. -- cgit v1.2.3