From: "kosaki (Motohiro KOSAKI)" Date: 2012-11-09T01:09:37+09:00 Subject: [ruby-core:49108] [ruby-trunk - Feature #4464] [PATCH] add Fcntl::Flock object for easier use of POSIX file locks Issue #4464 has been updated by kosaki (Motohiro KOSAKI). Target version changed from 2.0.0 to next minor ---------------------------------------- Feature #4464: [PATCH] add Fcntl::Flock object for easier use of POSIX file locks https://bugs.ruby-lang.org/issues/4464#change-32639 Author: normalperson (Eric Wong) Status: Assigned Priority: Normal Assignee: kosaki (Motohiro KOSAKI) Category: ext Target version: next minor =begin This is a subclass of String so it is compatible with IO#fcntl without needing to modify io.c for systems that don't have POSIX file locks. =end -- http://bugs.ruby-lang.org/