Skip to content

Instantly share code, notes, and snippets.

@goosmurf
Created March 30, 2009 03:48
Show Gist options
  • Save goosmurf/87617 to your computer and use it in GitHub Desktop.
Save goosmurf/87617 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
f = File.open("test.file", "w")
f.write("blah\n")
f = nil
#ObjectSpace.garbage_collect
puts File.readlines("test.file")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment