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 /
Enumerator /
Delete
Unzip
Name
Size
Permission
Date
Action
ArithmeticSequence
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Chain
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Generator
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Lazy
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Producer
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Product
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Yielder
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
%2b-i.ri
515
B
-rw-r--r--
2026-04-07 17:42
cdesc-Enumerator.ri
5.25
KB
-rw-r--r--
2026-04-07 17:42
each-i.ri
1.53
KB
-rw-r--r--
2026-04-07 17:42
each_with_index-i.ri
538
B
-rw-r--r--
2026-04-07 17:42
each_with_object-i.ri
1.04
KB
-rw-r--r--
2026-04-07 17:42
feed-i.ri
1.62
KB
-rw-r--r--
2026-04-07 17:42
inspect-i.ri
341
B
-rw-r--r--
2026-04-07 17:42
new-c.ri
1.05
KB
-rw-r--r--
2026-04-07 17:42
next-i.ri
783
B
-rw-r--r--
2026-04-07 17:42
next_values-i.ri
1.43
KB
-rw-r--r--
2026-04-07 17:42
peek-i.ri
872
B
-rw-r--r--
2026-04-07 17:42
peek_values-i.ri
1.03
KB
-rw-r--r--
2026-04-07 17:42
produce-c.ri
1.79
KB
-rw-r--r--
2026-04-07 17:42
product-c.ri
872
B
-rw-r--r--
2026-04-07 17:42
rewind-i.ri
453
B
-rw-r--r--
2026-04-07 17:42
size-i.ri
599
B
-rw-r--r--
2026-04-07 17:42
with_index-i.ri
724
B
-rw-r--r--
2026-04-07 17:42
with_object-i.ri
923
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"next_values:ETI"Enumerator#next_values;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"IReturns the next object as an array in the enumerator, and move the ;TI"Ginternal position forward. When the position reached at the end, ;TI"StopIteration is raised.;To:RDoc::Markup::BlankLine o; ; [I"4See class-level notes about external iterators.;T@o; ; [I"OThis method can be used to distinguish <code>yield</code> and <code>yield ;TI"nil</code>.;T@S:RDoc::Markup::Heading: leveli: textI"Example;T@o:RDoc::Markup::Verbatim; [ I"o = Object.new ;TI"def o.each ;TI" yield ;TI" yield 1 ;TI" yield 1, 2 ;TI" yield nil ;TI" yield [1, 2] ;TI" end ;TI"e = o.to_enum ;TI"p e.next_values ;TI"p e.next_values ;TI"p e.next_values ;TI"p e.next_values ;TI"p e.next_values ;TI"e = o.to_enum ;TI"p e.next ;TI"p e.next ;TI"p e.next ;TI"p e.next ;TI"p e.next ;TI" ;TI"/## yield args next_values next ;TI".# yield [] nil ;TI",# yield 1 [1] 1 ;TI"1# yield 1, 2 [1, 2] [1, 2] ;TI".# yield nil [nil] nil ;TI"0# yield [1, 2] [[1, 2]] [1, 2];T:@format0: @fileI"enumerator.c;T:0@omit_headings_from_table_of_contents_below0I"e.next_values -> array ;T0[ I"();T@7FI"Enumerator;TcRDoc::NormalClass00