⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.116
Server IP:
78.40.11.138
Server:
Linux tango.o2switch.net 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
ruby19
/
share
/
ri
/
1.9.1
/
system
/
CSV
/
View File Name :
generate-c.ri
U:RDoc::AnyMethod[iI" generate:EFI"CSV::generate;FT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [ I"MThis method wraps a String you provide, or an empty default String, in a;TI"PCSV object which is passed to the provided block. You can use the block to;TI"Mappend CSV rows to the String and when the block exits, the final String;TI"will be returned.;To:RDoc::Markup::BlankLine o; ; [I"NNote that a passed String *is* modfied by this method. Call dup() before;TI"&passing if you need a new String.;T@o; ; [ I"QThe +options+ parameter can be anything CSV::new() understands. This method;TI"Munderstands an additional <tt>:encoding</tt> parameter when not passed a;TI"PString to set the base Encoding for the output. CSV needs this hint if you;TI".plan to output non-ASCII compatible data.;T: @file0I"dgenerate( str, options = Hash.new ) { |csv| ... } generate( options = Hash.new ) { |csv| ... } ;TI"csv;T[ I"(*args);TI"lib/csv.rb;T