Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
new()
public
WARN: Do not instantiate this class directly. Define your own class which
derives this class and define ‘read’ instance method.
# File lib/csv.rb, line 888
def initialize
@buf_list = []
@cur_buf = @buf_tail_idx = -1
@offset = 0
@is_eos = false
add_buf
@cur_buf = @buf_tail_idx
end