Skip to content

Instantly share code, notes, and snippets.

@artkirienko
Created April 21, 2016 19:45
Show Gist options
  • Save artkirienko/616a42d7a69139ba4574aede0a4644aa to your computer and use it in GitHub Desktop.
Save artkirienko/616a42d7a69139ba4574aede0a4644aa to your computer and use it in GitHub Desktop.
content = (7_000_000_00_00..7_999_999_99_99).map{|phone| "<option value=\"#{phone}\">#{phone}</option>"}.join('')
File.open('hello.txt', 'w') { |file| file.write(content) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment