119 120 121
# File 'lib/rust/core/csv.rb', line 119 def read_csv(filename, **options) Rust::CSV.read(filename, **options) end