Skip to content

Instantly share code, notes, and snippets.

@olliebun
Created December 19, 2011 05:45
Show Gist options
  • Save olliebun/1495585 to your computer and use it in GitHub Desktop.
Save olliebun/1495585 to your computer and use it in GitHub Desktop.
Odd Ruby file behaviour
fileName = 'test.txt'
folder = '/home/me/testDirectory'
fileName = folder + '/' + fileName
f = File.new(fileName, 'wb+')
f.write(attachment[:body])
f.close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment