COMMIT [Rubyspec #193]: Spec for Array#== to compare with Array-like object that defines #to_ary http://github.com/rubyspec/rubyspec/commit/4edba97ce02fc8cd051cd6aa5ada68915ca3f319 --- 20100121T075757 +++ 20100122T080047 @@ -1,19 +1,19 @@ 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 -リビジョン: 26362 +リビジョン: 26373 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: yugui @@ -15905,6 +15905,7 @@ - does not call #to_ary on its argument - does not call #to_ary on Array subclasses - ignores array class differences +- compares with an equivalent Array-like object using #to_ary - returns false if any corresponding elements are not #== - returns true if corresponding elements are #== - returns false for [NaN] == [NaN] @@ -18844,6 +18845,7 @@ - does not call #to_ary on its argument - does not call #to_ary on Array subclasses - ignores array class differences +- compares with an equivalent Array-like object using #to_ary - returns false if any corresponding elements are not #== - returns true if corresponding elements are #== - returns false for [NaN] == [NaN] @@ -18851,7 +18853,7 @@ Finished in seconds -1 file, 11 examples, 24 expectations, 0 failures, 0 errors +1 file, 12 examples, 29 expectations, 0 failures, 0 errors == rubyspec/core/array/fetch_spec.rb #