This method is only available on newer versions. The first available version (v2_6_3) is shown here.
flock(*args)
No documentation available.
# File lib/csv.rb, line 1129 def flock(*args) raise NotImplementedError unless @io.respond_to?(:flock) @io.flock(*args) end