관리-도구
편집 파일: %26-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Set Intersection---Returns a new array containing elements common to the two arrays, with no duplicates. - !ruby/struct:SM::Flow::VERB body: " [ 1, 1, 3, 5 ] & [ 1, 2, 3 ] #=> [ 1, 3 ]\n" full_name: Array#& is_singleton: false name: "&" params: | array & other_array visibility: public