Project

General

Profile

« Previous | Next » 

Revision f8a8f055

Added by jeremyevans (Jeremy Evans) over 5 years ago

Remove empty keyword splats when calling even when using ruby2_keywords

Keeping empty keyword splats for ruby2_keywords methods was
necessary in 2.7 to prevent the final positional hash being
treated as keywords. Now that keyword argument separation
has been committed, the final positional hash is never
treated as keywords, so there is no need to keep empty
keyword splats when using ruby2_keywords.