method

read_io

ruby latest stable - Class: CSV

Method deprecated or moved

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)
private

No documentation available.

# File lib/csv.rb, line 2316
  def read_io(bytes)
    @io.read(bytes).force_encoding(raw_encoding)
  end