Skip to content

Instantly share code, notes, and snippets.

@thejefflarson
Created January 14, 2013 05:37
Show Gist options
  • Save thejefflarson/4527948 to your computer and use it in GitHub Desktop.
Save thejefflarson/4527948 to your computer and use it in GitHub Desktop.
f = File.open 't', 'w'
require 'fcntl'
f.flock(File::LOCK_EX)
t = File.open 't', 'w'
t.flock(File::LOCK_EX)
# on jruby returns false.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment