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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
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:42
%3d%3d-i.ri
1007
B
-rw-r--r--
2026-04-07 17:42
%5b%5d%3d-i.ri
5.79
KB
-rw-r--r--
2026-04-07 17:42
%5b%5d-i.ri
7.21
KB
-rw-r--r--
2026-04-07 17:42
by_col%21-i.ri
707
B
-rw-r--r--
2026-04-07 17:42
by_col-i.ri
979
B
-rw-r--r--
2026-04-07 17:42
by_col_or_row%21-i.ri
740
B
-rw-r--r--
2026-04-07 17:42
by_col_or_row-i.ri
1019
B
-rw-r--r--
2026-04-07 17:42
by_row%21-i.ri
698
B
-rw-r--r--
2026-04-07 17:42
by_row-i.ri
965
B
-rw-r--r--
2026-04-07 17:42
cdesc-Table.ri
6.68
KB
-rw-r--r--
2026-04-07 17:42
delete-i.ri
1.75
KB
-rw-r--r--
2026-04-07 17:42
delete_if-i.ri
1.65
KB
-rw-r--r--
2026-04-07 17:42
dig-i.ri
464
B
-rw-r--r--
2026-04-07 17:42
each-i.ri
1.48
KB
-rw-r--r--
2026-04-07 17:42
headers-i.ri
1.02
KB
-rw-r--r--
2026-04-07 17:42
inspect-i.ri
945
B
-rw-r--r--
2026-04-07 17:42
mode-i.ri
311
B
-rw-r--r--
2026-04-07 17:42
new-c.ri
2.33
KB
-rw-r--r--
2026-04-07 17:42
push-i.ri
848
B
-rw-r--r--
2026-04-07 17:42
table-i.ri
308
B
-rw-r--r--
2026-04-07 17:42
to_a-i.ri
610
B
-rw-r--r--
2026-04-07 17:42
to_csv-i.ri
1.15
KB
-rw-r--r--
2026-04-07 17:42
to_s-i.ri
303
B
-rw-r--r--
2026-04-07 17:42
values_at-i.ri
2.21
KB
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"CSV::Table::new;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"&Returns a new \CSV::Table object.;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"DArgument +array_of_rows+ must be an \Array of CSV::Row objects.;To;;0; [o; ; [I"?Argument +headers+, if given, may be an \Array of Strings.;T@S:RDoc::Markup::Rule:weighti@o; ; [I"(Create an empty \CSV::Table object:;To:RDoc::Markup::Verbatim; [I" table = CSV::Table.new([]) ;TI":table # => #<CSV::Table mode:col_or_row row_count:1> ;T:@format0o; ; [I"+Create a non-empty \CSV::Table object:;To;; [I"rows = [ ;TI" CSV::Row.new([], []), ;TI" CSV::Row.new([], []), ;TI" CSV::Row.new([], []), ;TI"] ;TI"#table = CSV::Table.new(rows) ;TI":table # => #<CSV::Table mode:col_or_row row_count:4> ;T;0S;;i@o; ; [I"4If argument +headers+ is an \Array of Strings, ;TI".those Strings become the table's headers:;To;; [I":table = CSV::Table.new([], headers: ['Name', 'Age']) ;TI"(table.headers # => ["Name", "Age"] ;T;0o; ; [I"@If argument +headers+ is not given and the table has rows, ;TI".the headers are taken from the first row:;To;; [I"rows = [ ;TI") CSV::Row.new(['Foo', 'Bar'], []), ;TI") CSV::Row.new(['foo', 'bar'], []), ;TI") CSV::Row.new(['FOO', 'BAR'], []), ;TI"] ;TI"#table = CSV::Table.new(rows) ;TI"'table.headers # => ["Foo", "Bar"] ;T;0o; ; [I"NIf argument +headers+ is not given and the table is empty (has no rows), ;TI" the headers are also empty:;To;; [I"!table = CSV::Table.new([]) ;TI"table.headers # => [] ;T;0S;;i@o; ; [I"MRaises an exception if argument +array_of_rows+ is not an \Array object:;To;; [I"H# Raises NoMethodError (undefined method `first' for :foo:Symbol): ;TI"CSV::Table.new(:foo) ;T;0o; ; [I"VRaises an exception if an element of +array_of_rows+ is not a \CSV::Table object:;To;; [I"J# Raises NoMethodError (undefined method `headers' for :foo:Symbol): ;TI"CSV::Table.new([:foo]);T;0: @fileI"lib/csv/table.rb;T:0@omit_headings_from_table_of_contents_below0I"?CSV::Table.new(array_of_rows, headers = nil) -> csv_table ;T0[ I""(array_of_rows, headers: nil);T@\FI" Table;TcRDoc::NormalClass00