Actions
Bug #1508
closedRecursive arrays with the same structure are not eql?.
Description
=begin
a = []
a << a
としたとき、 a と [a] は同じ構造を持っているのでeql?です。一方、a と [[a]] は同じ構造にもかかわらず eql? ではありません。
=end
Actions
Like0
Like0Like0