| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
When incoming argument list contains arguments of the form ([1, 2], 3), ensure the first element is passed as an array to the to_h block, rather than yielded as a splattable argument list. Fixes part of jruby#8435 See ruby/spec#1283 for some discussion about how to write a spec for this behavior.
| Back | FazBrowse Home | New Git URL |
When incoming argument list contains arguments of the form ([1, 2], 3), ensure the first element is passed as an array to the to_h block, rather than yielded as a splattable argument list.
Fixes part of #8435
See ruby/spec#1283 for some discussion about how to write a spec for this behavior.