Skip to content

Instantly share code, notes, and snippets.

@gaishimo
Created July 27, 2013 11:44
Show Gist options
  • Save gaishimo/6094638 to your computer and use it in GitHub Desktop.
Save gaishimo/6094638 to your computer and use it in GitHub Desktop.
ランダム文字列を返す
('a'..'z').to_a.shuffle[0..7].join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment