times :: String
times(count) -> String
Concatenates the string count times.
"echo ".times(3);
//-> "echo echo echo "
Prototype API 1.5.0 - prototypejs.org