관리-도구
편집 파일: %3d%3d-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Equality---Two arrays are equal if they contain the same number of elements and if each element is equal to (according to Object.==) the corresponding element in the other array. - !ruby/struct:SM::Flow::VERB body: " [ "a", "c" ] == [ "a", "c", 7 ] #=> false\n [ "a", "c", 7 ] == [ "a", "c", 7 ] #=> true\n [ "a", "c", 7 ] == [ "a", "d", "f" ] #=> false\n" full_name: Array#== is_singleton: false name: == params: | array == other_array -> bool visibility: public