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