asciinema.org/app/assets/javascripts/helpers.js.coffee

3 lines
82 B
CoffeeScript
Raw Normal View History

2011-11-27 13:15:12 +00:00
String.prototype.times = (n) ->
Array.prototype.join.call { length: n+1 }, this