[ruby-cvs:78380] 3a87826d0c (master): vm_method.c: add top-level ruby2_keywords
"Yusuke Endoh" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Yusuke Endoh 2019-11-29 16:51:13 +0900 (Fri, 29 Nov 2019)
New Revision: 3a87826d0c
https://github.com/ruby/ruby/commit/3a87826d0c
Log:
vm_method.c: add top-level ruby2_keywords
This is a top-level version of Module#ruby2_keywords.
It can be used for functions (top-level methods) that delegates
arguments. [Feature #16364]
Modified files:
test/ruby/test_keyword.rb
vm_method.c