diff options
-rw-r--r-- | lib/rubygems.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -794,7 +794,7 @@ An Array (#{env.inspect}) was passed in from #{caller[3]} File.open(path, flags, &block) end - MODE_TO_FLOCK = IO::RDONLY | IO::APPEND | IO::CREAT # :nodoc: ## # Open a file with given flags, and protect access with flock |