Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby27
/
share
/
ri
/
system
/
CSV
/
//opt/alt/ruby27/share/ri/system/CSV/read-c.ri
U:RDoc::AnyMethod[iI" read:ETI"CSV::read;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"MUse to slurp a CSV file into an Array of Arrays. Pass the +path+ to the ;TI"Qfile and any +options+ CSV::new() understands. This method also understands ;TI"Pan additional <tt>:encoding</tt> parameter that you can use to specify the ;TI"OEncoding of the data in the file to be read. You must provide this unless ;TI"Ryour data is in Encoding::default_external(). CSV will use this to determine ;TI"Ohow to parse the data. You may provide a second Encoding to have the data ;TI",transcoded as it is read. For example, ;TI"P<tt>encoding: "UTF-32BE:UTF-8"</tt> would read UTF-32BE data from the file ;TI"4but transcode it to UTF-8 before CSV parses it.;T: @fileI"lib/csv.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(path, **options);T@FI"CSV;TcRDoc::NormalClass00