Project

General

Profile

« Previous | Next » 

Revision 3463e831

Added by jeremyevans (Jeremy Evans) over 4 years ago

Warn for keyword to last hash parameter when method has no optional/rest parameters

Previously, there was no warning in this case, even though we will
be changing the behavior in Ruby 3.

Fixes [Bug #14130]