Project

General

Profile

« Previous | Next » 

Revision 468184a9

Added by jeremyevans (Jeremy Evans) over 5 years ago

Allow ruby2_keywords to be used with bmethods

There are libraries that use define_method with argument splats
where they would like to pass keywords through the method. To
more easily allow such libraries to use ruby2_keywords to handle
backwards compatibility, it is necessary for ruby2_keywords to
support bmethods.