asciinema.org/app/assets/javascripts/player/helpers.js.coffee
2012-02-11 13:50:06 +01:00

3 lines
82 B
CoffeeScript

String.prototype.times = (n) ->
Array.prototype.join.call { length: n+1 }, this