Skip to content

Instantly share code, notes, and snippets.

@SebastianThorn
Created July 24, 2015 09:30
Show Gist options
  • Save SebastianThorn/a22400d2b43ce56cb1a4 to your computer and use it in GitHub Desktop.
Save SebastianThorn/a22400d2b43ce56cb1a4 to your computer and use it in GitHub Desktop.
open("myfile.out", "a") do |f|
f << csv_row + "\n"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment