From: SASADA Koichi Date: 2013-02-26T09:44:17+09:00 Subject: [ruby-core:52909] Re: [CommonRuby - Feature #7701][Open] Non-optional (required) keyword args (2013/01/16 8:57), headius (Charles Nutter) wrote: > def foo(a:, b:) > ... > end One (trivial) question: Now, def foo x, a: 1 end is parsed as: def foo x, a: 1 end What happen after this change? # Yes, I see [ruby-trunk - Bug #7942]. -- // SASADA Koichi at atdot dot net