From 49684589cdbbbec3d43b73c1255f9c16171b055d Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 6 Jan 2016 08:23:10 +0000 Subject: optparse.rb: into kwdarg * lib/optparse.rb (OptionParser#order!): add `into` optional keyword argument to store the results. [Feature #11191] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b9a660654b..5942d0c02a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 6 17:22:53 2016 Nobuyoshi Nakada + + * lib/optparse.rb (OptionParser#order!): add `into` optional + keyword argument to store the results. [Feature #11191] + Tue Jan 5 21:44:37 2016 SHIBATA Hiroshi * ChangeLog: fix wrong class name. -- cgit v1.2.3