Skip to content

Instantly share code, notes, and snippets.

@fgbreel
Forked from pgr0ss/mask.rb
Created March 24, 2016 21:07
Show Gist options
  • Save fgbreel/ebea4416d0a00d33a2f5 to your computer and use it in GitHub Desktop.
Save fgbreel/ebea4416d0a00d33a2f5 to your computer and use it in GitHub Desktop.
def mask n;n.slice(0,6)+"*"*(n.size-10)+n.slice(-4,4);end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment