Skip to content

Instantly share code, notes, and snippets.

@DerekF35
Created May 16, 2014 12:20
Show Gist options
  • Save DerekF35/f1cd5af6dbb3fea11309 to your computer and use it in GitHub Desktop.
Save DerekF35/f1cd5af6dbb3fea11309 to your computer and use it in GitHub Desktop.
Output to File in One Line
File.open(local_filename, 'w') {|f| f.write(doc) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment