Skip to content

Instantly share code, notes, and snippets.

@ksonbol
Created October 1, 2014 16:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksonbol/7e982915df032092512a to your computer and use it in GitHub Desktop.
Save ksonbol/7e982915df032092512a to your computer and use it in GitHub Desktop.
Generate random Mobile number (EGYPT)
'01' + [0, 1, 2].sample.to_s + 8.times.map { rand(10) }.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment