This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
read_io(bytes)
No documentation available.
# File lib/csv.rb, line 2316 def read_io(bytes) @io.read(bytes).force_encoding(raw_encoding) end