Project

General

Profile

« Previous | Next » 

Revision 299a1361

Added by jeremyevans (Jeremy Evans) almost 6 years ago

Don't modify rest array when using ruby2_keywords

Previously, the rest array was modified, but it turns out that is
not necessary. Not modifying the rest array fixes cases when the
rest array is used more than once.