aboutsummaryrefslogtreecommitdiffstats
path: root/enumerator.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 06:48:46 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-12 06:48:46 +0000
commitc8cb0565a132f2f50f1ebd481c6b8dcec68c8c71 (patch)
tree660ca281f7efbd036c8cc98b18f6037c101a0092 /enumerator.c
parent914a290324016b4f0b9a6080e334658cb3bf9f37 (diff)
downloadruby-c8cb0565a132f2f50f1ebd481c6b8dcec68c8c71.tar.gz
open3.rb don't use keyword splat (**).
revert r43582, r49173 and r49177. open3 arguments uses spawn-like keyword arguments. Both symbol and integer keys are used. ``` Open3.capture2(*command, :in => IO::NULL, 3 => IO::NULL) `` This style cannot be supported with keyword splat (**) since Ruby 2.6. Because Ruby 2.6 prohibits symbol/non-symbol key hash separation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enumerator.c')
0 files changed, 0 insertions, 0 deletions