fails:Splat operator used to assign a splatted object to an object assigns the object in a new array when it responds to to_a but to_a returns nil
fails:Splat operator used to assign a splatted object to an object assigns the returned value of to_a when the splatted object responds to to_a
fails:Splat operator used to assign splatted objects to multiple block variables assigns an array distributing values from the right
