Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
CSV /
Table /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
866
B
-rw-r--r--
2024-06-26 17:25
%3d%3d-i.ri
963
B
-rw-r--r--
2024-06-26 17:25
%5b%5d%3d-i.ri
1.07
KB
-rw-r--r--
2024-06-26 17:25
%5b%5d-i.ri
4.39
KB
-rw-r--r--
2024-06-26 17:25
by_col%21-i.ri
520
B
-rw-r--r--
2024-06-26 17:25
by_col-i.ri
710
B
-rw-r--r--
2024-06-26 17:25
by_col_or_row%21-i.ri
692
B
-rw-r--r--
2024-06-26 17:25
by_col_or_row-i.ri
724
B
-rw-r--r--
2024-06-26 17:25
by_row%21-i.ri
514
B
-rw-r--r--
2024-06-26 17:25
by_row-i.ri
709
B
-rw-r--r--
2024-06-26 17:25
cdesc-Table.ri
1.33
KB
-rw-r--r--
2024-06-26 17:25
delete-i.ri
1.75
KB
-rw-r--r--
2024-06-26 17:25
delete_if-i.ri
1.6
KB
-rw-r--r--
2024-06-26 17:25
dig-i.ri
464
B
-rw-r--r--
2024-06-26 17:25
each-i.ri
1.42
KB
-rw-r--r--
2024-06-26 17:25
headers-i.ri
446
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
332
B
-rw-r--r--
2024-06-26 17:25
mode-i.ri
311
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
988
B
-rw-r--r--
2024-06-26 17:25
push-i.ri
848
B
-rw-r--r--
2024-06-26 17:25
table-i.ri
308
B
-rw-r--r--
2024-06-26 17:25
to_a-i.ri
385
B
-rw-r--r--
2024-06-26 17:25
to_csv-i.ri
596
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
291
B
-rw-r--r--
2024-06-26 17:25
values_at-i.ri
2.21
KB
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI"delete:ETI"CSV::Table#delete;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"BIf the access mode is <tt>:row</tt> or <tt>:col_or_row</tt>, ;TI":and each argument is either an \Integer or a \Range, ;TI"returns deleted rows. ;TI"-Otherwise, returns deleted columns data.;To:RDoc::Markup::BlankLine o; ; [I":In either case, the returned values are in the order ;TI"<specified by the arguments. Arguments may be repeated.;T@S:RDoc::Markup::Rule:weighti@o; ; [I"4Returns rows as an \Array of \CSV::Row objects.;T@o; ; [I"One index:;To:RDoc::Markup::Verbatim; [ I"2source = "Name,Value\nfoo,0\nbar,1\nbaz,2\n" ;TI".table = CSV.parse(source, headers: true) ;TI"&deleted_values = table.delete(0) ;TI"@deleted_values # => [#<CSV::Row "Name":"foo" "Value":"0">] ;T:@format0o; ; [I"Two indexes:;To;; [I".table = CSV.parse(source, headers: true) ;TI")deleted_values = table.delete(2, 0) ;TI"fdeleted_values # => [#<CSV::Row "Name":"baz" "Value":"2">, #<CSV::Row "Name":"foo" "Value":"0">] ;T;0S;; i@o; ; [I"+Returns columns data as column Arrays.;T@o; ; [I"One header:;To;; [I".table = CSV.parse(source, headers: true) ;TI"+deleted_values = table.delete('Name') ;TI"/deleted_values # => ["foo", "bar", "baz"] ;T;0o; ; [I"Two headers:;To;; [I".table = CSV.parse(source, headers: true) ;TI"4deleted_values = table.delete('Value', 'Name') ;TI"Adeleted_values # => [["0", "1", "2"], ["foo", "bar", "baz"]];T;0: @fileI"lib/csv/table.rb;T:0@omit_headings_from_table_of_contents_below0I"Wtable.delete(*indexes) -> deleted_values table.delete(*headers) -> deleted_values ;T0[ I"(*indexes_or_headers);T@?FI" Table;TcRDoc::NormalClass00