Project

General

Profile

« Previous | Next » 

Revision c4697991

Added by jeremyevans (Jeremy Evans) almost 2 years ago

Do not modify provided argument splat when using ruby2_keywords with anonymous splat

Previously, this would push the provided keywords onto the argument
splat. Add ruby2_keywords to the list of other checks for whether
it is safe for treating a given splat as mutable when the called
method accepts an anonymous splat.