Skip to content

Instantly share code, notes, and snippets.

@greenygh0st
Created December 28, 2023 19:31
Show Gist options
  • Save greenygh0st/1b3ff10e33d9a8e892433455ad2e3c8a to your computer and use it in GitHub Desktop.
Save greenygh0st/1b3ff10e33d9a8e892433455ad2e3c8a to your computer and use it in GitHub Desktop.
Random UUID in Ruby via CLI
ruby -e "require 'securerandom'; puts SecureRandom.uuid"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment