From 2470ac539348cbf6e6e13a39b270c21eebf7c7f9 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 2 May 2008 08:31:04 +0000 Subject: * range.c (range_step): call to_int if step is not a numeric value. [ruby-dev:34575] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cb2ce2cd0..c25f72594 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri May 2 17:29:59 2008 Yukihiro Matsumoto + + * range.c (range_step): call to_int if step is not a numeric + value. [ruby-dev:34575] + Fri May 2 16:10:57 2008 Yukihiro Matsumoto * range.c (range_step): do not forcefully convert steps into -- cgit