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