Skip to content

Instantly share code, notes, and snippets.

@boutros
Created September 25, 2012 12:28
Show Gist options
  • Save boutros/3781486 to your computer and use it in GitHub Desktop.
Save boutros/3781486 to your computer and use it in GitHub Desktop.
Generate uuid from ruby
"x_#{`uuidgen`.strip}"
@boutros
Copy link
Author

boutros commented Sep 25, 2012

or
require "securerandom"
SecureRandom.uuid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment