--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Copy---Returns a new String containing integer copies of the receiver.
- !ruby/struct:SM::Flow::VERB
body: " "Ho! " * 3 #=> "Ho! Ho! Ho! "\n"
full_name: String#*
is_singleton: false
name: "*"
params: |
str * integer => new_str
visibility: public