Method: Rust::RBindings#read_csv

Defined in:
lib/rust/core/csv.rb

#read_csv(filename, **options) ⇒ Object



119
120
121
# File 'lib/rust/core/csv.rb', line 119

def read_csv(filename, **options)
    Rust::CSV.read(filename, **options)
end