[ruby-cvs:79045] 34bc15c86b (master): Check Module#ruby2_keywords arity
"Nobuyoshi Nakada" <[email protected]> Thu, 2 Jan 2020 10:55:50 +0900 (JST)
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Nobuyoshi Nakada 2020-01-02 10:06:16 +0900 (Thu, 02 Jan 2020)
New Revision: 34bc15c86b
https://github.com/ruby/ruby/commit/34bc15c86b
Log:
Check Module#ruby2_keywords arity
=
It is considered a mistake, because calling this method with no
arguments has no effect.
Modified files:
test/ruby/test_keyword.rb
vm_method.c=