Skip to content

Instantly share code, notes, and snippets.

Created April 10, 2016 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/cdd30df4899c8827d1becc733549a6b3 to your computer and use it in GitHub Desktop.
Save anonymous/cdd30df4899c8827d1becc733549a6b3 to your computer and use it in GitHub Desktop.
OUT_NAME = "text.xml"
file = File.open(OUT_NAME,'w')
file.write('<?xml version="1.0"?>')
file.write('\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment