method
stat
v2_6_3 -
Show latest stable
- Class:
CSV
stat(*args)public
No documentation available.
# File lib/csv.rb, line 1143
def stat(*args)
raise NotImplementedError unless @io.respond_to?(:stat)
@io.stat(*args)
end 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