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.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby20 /
share /
ri /
2.0.0 /
system /
Enumerable /
Delete
Unzip
Name
Size
Permission
Date
Action
all%3f-i.ri
960
B
-rw-r--r--
2023-07-26 17:38
any%3f-i.ri
983
B
-rw-r--r--
2023-07-26 17:38
cdesc-Enumerable.ri
1.83
KB
-rw-r--r--
2023-07-26 17:38
chunk-i.ri
3.61
KB
-rw-r--r--
2023-07-26 17:38
collect-i.ri
810
B
-rw-r--r--
2023-07-26 17:38
collect_concat-i.ri
900
B
-rw-r--r--
2023-07-26 17:38
count-i.ri
826
B
-rw-r--r--
2023-07-26 17:38
cycle-i.ri
1.06
KB
-rw-r--r--
2023-07-26 17:38
detect-i.ri
1.01
KB
-rw-r--r--
2023-07-26 17:38
drop-i.ri
530
B
-rw-r--r--
2023-07-26 17:38
drop_while-i.ri
766
B
-rw-r--r--
2023-07-26 17:38
each_cons-i.ri
764
B
-rw-r--r--
2023-07-26 17:38
each_entry-i.ri
920
B
-rw-r--r--
2023-07-26 17:38
each_slice-i.ri
665
B
-rw-r--r--
2023-07-26 17:38
each_with_index-i.ri
880
B
-rw-r--r--
2023-07-26 17:38
each_with_object-i.ri
791
B
-rw-r--r--
2023-07-26 17:38
entries-i.ri
588
B
-rw-r--r--
2023-07-26 17:38
find-i.ri
1.01
KB
-rw-r--r--
2023-07-26 17:38
find_all-i.ri
866
B
-rw-r--r--
2023-07-26 17:38
find_index-i.ri
1017
B
-rw-r--r--
2023-07-26 17:38
first-i.ri
796
B
-rw-r--r--
2023-07-26 17:38
flat_map-i.ri
888
B
-rw-r--r--
2023-07-26 17:38
grep-i.ri
926
B
-rw-r--r--
2023-07-26 17:38
group_by-i.ri
781
B
-rw-r--r--
2023-07-26 17:38
include%3f-i.ri
660
B
-rw-r--r--
2023-07-26 17:38
inject-i.ri
2.04
KB
-rw-r--r--
2023-07-26 17:38
lazy-i.ri
1.33
KB
-rw-r--r--
2023-07-26 17:38
map-i.ri
802
B
-rw-r--r--
2023-07-26 17:38
max-i.ri
744
B
-rw-r--r--
2023-07-26 17:38
max_by-i.ri
667
B
-rw-r--r--
2023-07-26 17:38
member%3f-i.ri
658
B
-rw-r--r--
2023-07-26 17:38
min-i.ri
746
B
-rw-r--r--
2023-07-26 17:38
min_by-i.ri
661
B
-rw-r--r--
2023-07-26 17:38
minmax-i.ri
848
B
-rw-r--r--
2023-07-26 17:38
minmax_by-i.ri
771
B
-rw-r--r--
2023-07-26 17:38
none%3f-i.ri
1021
B
-rw-r--r--
2023-07-26 17:38
one%3f-i.ri
1023
B
-rw-r--r--
2023-07-26 17:38
partition-i.ri
747
B
-rw-r--r--
2023-07-26 17:38
reduce-i.ri
2.04
KB
-rw-r--r--
2023-07-26 17:38
reject-i.ri
773
B
-rw-r--r--
2023-07-26 17:38
reverse_each-i.ri
712
B
-rw-r--r--
2023-07-26 17:38
select-i.ri
862
B
-rw-r--r--
2023-07-26 17:38
slice_before-i.ri
5.18
KB
-rw-r--r--
2023-07-26 17:38
sort-i.ri
1008
B
-rw-r--r--
2023-07-26 17:38
sort_by-i.ri
3
KB
-rw-r--r--
2023-07-26 17:38
take-i.ri
486
B
-rw-r--r--
2023-07-26 17:38
take_while-i.ri
727
B
-rw-r--r--
2023-07-26 17:38
to_a-i.ri
582
B
-rw-r--r--
2023-07-26 17:38
to_set-i.ri
407
B
-rw-r--r--
2023-07-26 17:38
zip-i.ri
1.2
KB
-rw-r--r--
2023-07-26 17:38
Save
Rename
U:RDoc::AnyMethod[iI" chunk:ETI"Enumerable#chunk;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"KEnumerates over the items, chunking them together based on the return ;TI"value of the block.;To:RDoc::Markup::BlankLine o; ; [I"QConsecutive elements which return the same block value are chunked together.;T@o; ; [I"BFor example, consecutive even numbers and odd numbers can be ;TI"chunked as follows.;T@o:RDoc::Markup::Verbatim; [I"3[3, 1, 4, 1, 5, 9, 2, 6, 5, 3, 5].chunk { |n| ;TI" n.even? ;TI"}.each { |even, ary| ;TI" p [even, ary] ;TI"} ;TI"#=> [false, [3, 1]] ;TI"# [true, [4]] ;TI"# [false, [1, 5, 9]] ;TI"# [true, [2, 6]] ;TI"# [false, [5, 3, 5]] ;T:@format0o; ; [I"EThis method is especially useful for sorted series of elements. ;TI"@The following example counts words for each initial letter.;T@o;; [I"9open("/usr/share/dict/words", "r:iso-8859-1") { |f| ;TI"Q f.chunk { |line| line.ord }.each { |ch, lines| p [ch.chr, lines.length] } ;TI"} ;TI"#=> ["\n", 1] ;TI"# ["A", 1327] ;TI"# ["B", 1372] ;TI"# ["C", 1507] ;TI"# ["D", 791] ;TI" # ... ;T; 0o; ; [I"3The following key values have special meaning:;To:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"K+nil+ and +:_separator+ specifies that the elements should be dropped.;To;;0; [o; ; [I"F+:_alone+ specifies that the element should be chunked by itself.;T@o; ; [I"IAny other symbols that begin with an underscore will raise an error:;T@o;; [I")items.chunk { |item| :_underscore } ;TI"D#=> RuntimeError: symbol begins with an underscore is reserved ;T; 0o; ; [I"A+nil+ and +:_separator+ can be used to ignore some elements.;T@o; ; [I"RFor example, the sequence of hyphens in svn log can be eliminated as follows:;T@o;; [I"sep = "-"*72 + "\n" ;TI"&IO.popen("svn log README") { |f| ;TI" f.chunk { |line| ;TI" line != sep || nil ;TI" }.each { |_, lines| ;TI" pp lines ;TI" } ;TI"} ;TI"U#=> ["r20018 | knu | 2008-10-29 13:20:42 +0900 (Wed, 29 Oct 2008) | 2 lines\n", ;TI"# "\n", ;TI"D# "* README, README.ja: Update the portability section.\n", ;TI"# "\n"] ;TI"U# ["r16725 | knu | 2008-05-31 23:34:23 +0900 (Sat, 31 May 2008) | 2 lines\n", ;TI"# "\n", ;TI"F# "* README, README.ja: Add a note about default C flags.\n", ;TI"# "\n"] ;TI" # ... ;T; 0o; ; [I"BParagraphs separated by empty lines can be parsed as follows:;T@o;; [ I"+File.foreach("README").chunk { |line| ;TI" /\A\s*\z/ !~ line || nil ;TI"}.each { |_, lines| ;TI" pp lines ;TI"} ;T; 0o; ; [I"@+:_alone+ can be used to force items into their own chunk. ;TI"FFor example, you can put lines that contain a URL by themselves, ;TI"9and chunk the rest of the lines together, like this:;T@o;; [I"pattern = /http/ ;TI"open(filename) { |f| ;TI"O f.chunk { |line| line =~ pattern ? :_alone : true }.each { |key, lines| ;TI" pp lines ;TI" } ;TI"} ;T; 0o; ; [ I"BIf the block needs to maintain state over multiple elements, ;TI".an +initial_state+ argument can be used. ;TI""If a non-nil value is given, ;TI"Ja reference to it is passed as the 2nd argument of the block for the ;TI"G+chunk+ method, so state-changes to it persist across block calls.;T: @fileI"enum.c;T:0@omit_headings_from_table_of_contents_below0I"�enum.chunk { |elt| ... } -> an_enumerator enum.chunk(initial_state) { |elt, state| ... } -> an_enumerator ;T0[ I"(p1 = v1);T@FI"Enumerable;TcRDoc::NormalModule0