Skip to content

Instantly share code, notes, and snippets.

@ursm
Forked from zunda/gist:5558485
Created May 13, 2013 02:41
Show Gist options
  • Save ursm/5565876 to your computer and use it in GitHub Desktop.
Save ursm/5565876 to your computer and use it in GitHub Desktop.
ken = 'けん'
prefixes = %w(さん くん ちゃん)
while (ken + (prefix = prefixes.sample)).size < 140
ken << prefix
end
puts ken + '…'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment