Project

General

Profile

« Previous | Next » 

Revision f4394bbc

Added by jeremyevans (Jeremy Evans) over 5 years ago

Do not autosplat when calling procs that accept rest and keywords

When providing a single array to a block that takes a splat, pass the
array as one argument of the splat instead of as the splat itself,
even if the block also accepts keyword arguments. Previously, this
behavior was only used for blocks that did not accept keywords.

Implements [Feature#16166]