From: "tadf (tadayoshi funaba)" Date: 2013-03-10T09:53:22+09:00 Subject: [ruby-dev:47153] [ruby-trunk - Feature #8061][Open] 重複するキーワードをエラーにする Issue #8061 has been reported by tadf (tadayoshi funaba). ---------------------------------------- Feature #8061: 重複するキーワードをエラーにする https://bugs.ruby-lang.org/issues/8061 Author: tadf (tadayoshi funaba) Status: Open Priority: Low Assignee: Category: Target version: next minor 重複するキーワードをエラーにする。 def m(a:1, b:2) p [a, b] end m(a:8, a:9) -- http://bugs.ruby-lang.org/