method
ioctl
v2_6_3 -
Show latest stable
- Class:
CSV
ioctl(*args)public
No documentation available.
# File lib/csv.rb, line 1134
def ioctl(*args)
raise NotImplementedError unless @io.respond_to?(:ioctl)
@io.ioctl(*args)
end