--- !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 int copies of self.
- !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