From c336aef3a4833ab905d9abe9ccea9f731a4fa0cc Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 Sep 2006 00:57:47 +0000 Subject: * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat by Proc#call if no conversion is given. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14658ba07..9f85595e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ -Fri Sep 29 09:36:38 2006 Nobuyoshi Nakada +Fri Sep 29 09:56:56 2006 Nobuyoshi Nakada * ext/extmk.rb: extout is needed for also clean. fixed: [ruby-core:08944] - * lib/optparse.rb (parse_in_order): splat arguments to callback block. + * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat by + Proc#call if no conversion is given. Thu Sep 28 23:59:31 2006 Nobuyoshi Nakada -- cgit