관리-도구
편집 파일: %2a-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Repetition---With a String argument, equivalent to self.join(str). Otherwise, returns a new array built by concatenating the <em>int</em> copies of <em>self</em>. - !ruby/struct:SM::Flow::VERB body: " [ 1, 2, 3 ] * 3 #=> [ 1, 2, 3, 1, 2, 3, 1, 2, 3 ]\n [ 1, 2, 3 ] * "," #=> "1,2,3"\n" full_name: Array#* is_singleton: false name: "*" params: | array * int -> an_array array * str -> a_string visibility: public