⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.189
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
3.0.0
/
system
/
CSV
/
View File Name :
generate_line-c.ri
U:RDoc::AnyMethod[iI"generate_line:ETI"CSV::generate_line;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"?Returns the \String created by generating \CSV from +ary+ ;TI"#using the specified +options+.;To:RDoc::Markup::BlankLine o; ; [I"&Argument +ary+ must be an \Array.;T@o; ; [I"Special options:;To:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"KOption <tt>:row_sep</tt> defaults to <tt>$INPUT_RECORD_SEPARATOR</tt> ;TI"(<tt>$/</tt>).:;To:RDoc::Markup::Verbatim; [I"'$INPUT_RECORD_SEPARATOR # => "\n" ;T:@format0o;;0; [o; ; [ I"WThis method accepts an additional option, <tt>:encoding</tt>, which sets the base ;TI"OEncoding for the output. This method will try to guess your Encoding from ;TI"Nthe first non-+nil+ field in +row+, if possible, but you may need to use ;TI"%this parameter as a backup plan.;T@o; ; [I"For other +options+, ;TI"Ksee {Options for Generating}[#class-CSV-label-Options+for+Generating].;T@S:RDoc::Markup::Rule:weighti@o; ; [I"2Returns the \String generated from an \Array:;To;; [I"4CSV.generate_line(['foo', '0']) # => "foo,0\n" ;T;0S;;i@o; ; [I"3Raises an exception if +ary+ is not an \Array:;To;; [I"F# Raises NoMethodError (undefined method `find' for :foo:Symbol) ;TI"CSV.generate_line(:foo);T;0: @fileI"lib/csv.rb;T:0@omit_headings_from_table_of_contents_below0I">CSV.generate_line(ary) CSV.generate_line(ary, **options) ;T0[ I"(row, **options);T@<FI"CSV;TcRDoc::NormalClass00