관리-도구
편집 파일: %2b-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Concatenation---Returns a new array built by concatenating the two arrays together to produce a third array. - !ruby/struct:SM::Flow::VERB body: " [ 1, 2, 3 ] + [ 4, 5 ] #=> [ 1, 2, 3, 4, 5 ]\n" full_name: Array#+ is_singleton: false name: + params: | array + other_array -> an_array visibility: public