COMMIT || means "no arguments" in a block. See JRUBY-4665. http://github.com/rubyspec/rubyspec/commit/bb5a398797f3307010c3fbf60e8a0a3d4189cefa =================================================================== +++ 20100405T075931 @@ 12 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1 リポジトリのルート: http://svn.ruby-lang.org/repos/ruby リポジトリ UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e +リビジョン: 27218 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: yugui @@ 19946 @@ /home/chkbuild/tmp/build/ruby-1.9.1//ruby/ext/socket/extconf.rb:: warning: ambiguous first argument; put parentheses or even spaces /home/chkbuild/tmp/build/ruby-1.9.1//ruby/ext/json/lib/json/editor.rb:: warning: shadowing outer local variable - item s: . +TestSystem#test_system: /home/chkbuild/tmp/build/ruby-1.9.1//tmp/ruby_script_tmp20100405-28951-14djsbm/ruby_script_tmp.28951:: warning: global variable `$zzz' not initialized s: . TestTCPSocket#test_encoding: s: . TestTCPSocket#test_recvfrom: s: . @@ 55915 @@ /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/language/block_spec.rb A block with mismatched arguments - Should fill in unsupplied arguments with nil +- raises ArgumentError if argument is passed, but the block takes none A block with a 'rest' arg - collects all of the arguments passed to yield @@ 55948 @@ Finished in seconds +1 file, 20 examples, 32 expectations, 0 failures, 0 errors == rubyspec/language/break_spec.rb #