open( filename, mode = "rb", options = Hash.new ) { |faster_csv| ... }open( filename, options = Hash.new ) { |faster_csv| ... }open( filename, mode = "rb", options = Hash.new )open( filename, options = Hash.new )
Class Public methods
This method opens an IO object, and wraps that with
CSV. This is intended as the primary interface for
writing a CSV file.
You must pass a filename and may optionally add a
mode for Ruby's open(). You may also pass an optional Hash containing any op