Flowdock
method

read

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: CSV::IOBuf
read(size) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/csv.rb, line 984
    def read(size)
      @s.read(size)
    end
Register or log in to add new notes.