Skip to content

Instantly share code, notes, and snippets.

@ihower
Created July 21, 2008 20:26
Show Gist options
  • Save ihower/113 to your computer and use it in GitHub Desktop.
Save ihower/113 to your computer and use it in GitHub Desktop.
"fooooooooooooobar" => "f***************r"
nickname = 'ihower'
1.upto(nickname.length-2) { |i| nickname[i] = '*' }
nickname # 'i****r'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment