Skip to content

Instantly share code, notes, and snippets.

@weatheredwatcher
Created February 18, 2010 05:32
Show Gist options
  • Save weatheredwatcher/307370 to your computer and use it in GitHub Desktop.
Save weatheredwatcher/307370 to your computer and use it in GitHub Desktop.
File.open("email_lists", 'w') {|file|
101.upto(161) { |i|
file.puts "client" + i.to_s + "@domain.com"
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment