From 93646db4bf7e0a6b17a41ae7819205f2259900f5 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 16 Apr 2007 08:07:20 +0000 Subject: * lib/optparse.rb (make_switch): do not clobber converter if pattern has no convert method. reported by sheepman in [ruby-dev:30709]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e1efea1af..2c3b1e0c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 16 17:08:02 2007 Nobuyoshi Nakada + + * lib/optparse.rb (make_switch): do not clobber converter if pattern + has no convert method. reported by sheepman in [ruby-dev:30709]. + Mon Apr 16 16:49:32 2007 Nobuyoshi Nakada * ext/stringio/stringio.c (strio_seek): consistent behavior with -- cgit