관리-도구
편집 파일: %7c-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Set Union---Returns a new array by joining this array with other_array, removing duplicates. - !ruby/struct:SM::Flow::VERB body: " [ "a", "b", "c" ] | [ "c", "d", "a" ]\n #=> [ "a", "b", "c", "d" ]\n" full_name: Array#| is_singleton: false name: "|" params: | array | other_array -> an_array visibility: public