HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/share/ri/2.7.0/system/CSV/filter-c.ri
U:RDoc::AnyMethod[iI"filter:ETI"CSV::filter;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"OThis method is a convenience for building Unix-like filters for CSV data. ;TI"MEach row is yielded to the provided block which can alter it as needed. ;TI"MAfter the block returns, the row is appended to +output+ altered or not.;To:RDoc::Markup::BlankLineo;
;	[I"KThe +input+ and +output+ arguments can be anything CSV::new() accepts ;TI"E(generally String or IO objects). If not given, they default to ;TI"(<tt>ARGF</tt> and <tt>$stdout</tt>.;T@o;
;	[I"LThe +options+ parameter is also filtered down to CSV::new() after some ;TI"Aclever key parsing. Any key beginning with <tt>:in_</tt> or ;TI"O<tt>:input_</tt> will have that leading identifier stripped and will only ;TI"Nbe used in the +options+ Hash for the +input+ object. Keys starting with ;TI"N<tt>:out_</tt> or <tt>:output_</tt> affect only +output+. All other keys ;TI""are assigned to both objects.;T@o;
;	[I"7The <tt>:output_row_sep</tt> +option+ defaults to ;TI"4<tt>$INPUT_RECORD_SEPARATOR</tt> (<tt>$/</tt>).;T:
@fileI"lib/csv.rb;T:0@omit_headings_from_table_of_contents_below0I"|filter( **options ) { |row| ... }
filter( input, **options ) { |row| ... }
filter( input, output, **options ) { |row| ... }
;TI"row;T[I"'(input=nil, output=nil, **options);T@"FI"CSV;TcRDoc::NormalClass00