What is the point of using Ruby's double-splat (`**`) in method calls?...
Read MoreChange what the *splat and **splatty-splat operators do to my object...
Read MoreMake Ruby object respond to double splat operator **...
Read MoreWhat does the double-splat do in a method call?...
Read MoreParameter destructuring (equivalent of python's double-splat)...
Read MoreRuby double splat parameter is too greedy with Hash argument...
Read MoreKeyword arguments unpacking (splat) in Ruby...
Read MoreExpanding empty hash in variable with double splat in Ruby...
Read MoreDouble-splat operator destructively modifies hash – is this a Ruby bug?...
Read More