times
times(count) -> string
Concatenates the string count times.
Example
"echo ".times(3);
//-> "echo echo echo "
© 2006-2008 Prototype Core Team
© 2009 перевод Иванов Егор
© 2009 перевод Иванов Егор
easing the pain of dynamic web applications
times(count) -> string
Concatenates the string count times.
"echo ".times(3);
//-> "echo echo echo "