Skip to content

Instantly share code, notes, and snippets.

@a2chub
Created November 18, 2011 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a2chub/1376736 to your computer and use it in GitHub Desktop.
Save a2chub/1376736 to your computer and use it in GitHub Desktop.
Number.prototype.times (f) ->
f i for i in [1..this]
// hogehoge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment