ary.eql?(other) â true or false
Instance Public methods
Returns true
if self
and other
are
the same object, or are both arrays with the same content (according to Object#eql?).
Returns true
if self
and other
are
the same object, or are both arrays with the same content (according to Object#eql?).
Please login to continue.