COMMIT defined?: Uses #respond_to_missing? on 1.9 http://github.com/rubyspec/rubyspec/commit/285e159807ec7a5e85d77d2408f24de6c51e6dcd COMMIT BEGIN: Must appear at top‐level under 1.9 http://github.com/rubyspec/rubyspec/commit/0636fb2d07db0328d92717757838596a288c9f0e COMMIT Enumerable#each_entry: it passes any argument to each http://github.com/rubyspec/rubyspec/commit/462d57e05af5bce0bfaa5398b6af15bbaefb5237 COMMIT Enumerable#slice_before_spec: quanrantine spec on argument duplication for now http://github.com/rubyspec/rubyspec/commit/348f943f768f0bf414d223b5687e8ee8d89dd7e5 COMMIT Enumerable#slice_before: created specs http://github.com/rubyspec/rubyspec/commit/5a467dfac019be0d040bbae3bb34790af12e7f33 COMMIT Enumerable#each_entry: basic specs http://github.com/rubyspec/rubyspec/commit/997a67d700d7164382424d755847a311e6c0240c COMMIT Adding files for missing 1.9.2 specs http://github.com/rubyspec/rubyspec/commit/7a13a79ccaef643f9fe9d8e0ee9e994a3da43b86 =================================================================== +++ 20100305T075702 @@ 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 +リビジョン: 26819 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: 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_tmp20100305-5649-14djsbm/ruby_script_tmp.5649:: warning: global variable `$zzz' not initialized s: . TestTCPSocket#test_encoding: s: . TestTCPSocket#test_recvfrom: s: . @@ 21109 @@ - is a synonym for .[] /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/array/cycle_spec.rb +Array#cycle - returns nil and does nothing for non positive n or empty arrays - cycle as many times as requested - loop indefinitely if no n @@ 23967 @@ ruby /home/chkbuild/tmp/build/ruby-1.9.1//rubyspec/core/array/cycle_spec.rb +Array#cycle - returns nil and does nothing for non positive n or empty arrays - cycle as many times as requested - loop indefinitely if no n @@ 29470 @@ Finished in seconds 1 file, 6 examples, 16 expectations, 0 failures, 0 errors +== rubyspec/core/enumerable/each_entry_spec.rb #