From: Tanaka Akira Date: 2011-12-09T09:36:00+09:00 Subject: [ruby-core:41559] Re: [ruby-trunk - Bug #5730][Open] Optinal block parameters assigns wrong 2011/12/9 Yukihiro Matsumoto : > The following program do not expand the given array, but it should expand the value. It is not clear. If we break consistency between method invocation and block invocation, I think concrete usefulness should be shown. My explanation of current behavior if in [ruby-dev:38795] (in Japanese). Although the optional arguments for block parameter is not exist at the time, I think the consistency explains current behavior. -- Tanaka Akira