Skip to content

Instantly share code, notes, and snippets.

@petyosi
Created July 24, 2009 10:19
Show Gist options
  • Save petyosi/153953 to your computer and use it in GitHub Desktop.
Save petyosi/153953 to your computer and use it in GitHub Desktop.
a = 0
(1..10000000).to_a.each { |x| a = x + 1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment