Skip to content

Instantly share code, notes, and snippets.

@camkidman
Created December 17, 2013 21:07
Show Gist options
  • Select an option

  • Save camkidman/8012633 to your computer and use it in GitHub Desktop.

Select an option

Save camkidman/8012633 to your computer and use it in GitHub Desktop.
addresses=[]
CSV.readlines("emails.csv").each do |file|
addresses << file
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment