관리-도구
편집 파일: eql%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if <em>array</em> and <em>other</em> are the same object, or are both arrays with the same content. full_name: Array#eql? is_singleton: false name: eql? params: | array.eql?(other) -> true or false visibility: public