src code
String#times(count) → String
Concatenates the string count times.
count
"echo ".times(3); // -> "echo echo echo "