Skip to content

Instantly share code, notes, and snippets.

@bricker
Created August 19, 2013 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bricker/6272454 to your computer and use it in GitHub Desktop.
Save bricker/6272454 to your computer and use it in GitHub Desktop.
1000.times {
hash = { a: 1, b: 2, c: 3, d: 4 }
hash = {}
}
1000.times {
hash = { a: 1, b: 2, c: 3, d: 4 }
hash.clear
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment