Skip to content

Instantly share code, notes, and snippets.

@jasoares
Created January 26, 2012 22:17
Show Gist options
  • Save jasoares/1685457 to your computer and use it in GitHub Desktop.
Save jasoares/1685457 to your computer and use it in GitHub Desktop.
Quick command to check ruby environment for 32 bits vs 64 bits
ruby -e 'puts "#{1.size * 8} bits"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment