summaryrefslogtreecommitdiff
path: root/spec/ruby/core/array
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2020-08-24 16:04:55 -0700
committerJeremy Evans <code@jeremyevans.net>2020-08-24 16:09:22 -0700
commit9e25eb308d4fae9a10e120c2b4601916cc38336c (patch)
tree76e8443070dbd89efed2a68784682a79b50ad02d /spec/ruby/core/array
parent1eb1add68abe9a4e860fe4dc64b3b105d854a935 (diff)
Update PTY.open documentation to document it yields a single argument [ci skip]
For a regular block, accepting two arguments is fine as the array will be autosplatted. However, a lambda that accepts two arguments will not work. We could change the implementation to yield two arguments instead of an array with a single argument, but that would be less backwards compatible. I'm only changing the call-seq to be precise, other examples pass a literal block that accepts two arguments, and I left those alone as that will be the most common usage. Fixes [Bug #17094]
Diffstat (limited to 'spec/ruby/core/array')
0 files changed, 0 insertions, 0 deletions