asciinema.org/app/assets/javascripts/helpers.js.coffee
2011-11-27 14:15:12 +01:00

3 lines
82 B
CoffeeScript

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