Merge: doc: fixed some typos and other misc. corrections
[nit.git] / benchmarks / csv / scripts / ruby_csv.rb
1 require 'csv'
2
3 CSV.read(ARGV.first)