Actions
Feature #4464
open[PATCH] add Fcntl::Flock object for easier use of POSIX file locks
Feature #4464:
[PATCH] add Fcntl::Flock object for easier use of POSIX file locks
Description
=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
Files
Actions