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 /
ruby19 /
share /
ri /
1.9.1 /
system /
Enumerator /
Delete
Unzip
Name
Size
Permission
Date
Action
Generator
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
Yielder
[ DIR ]
drwxr-xr-x
2026-05-01 04:24
cdesc-Enumerator.ri
3.11
KB
-rw-r--r--
2023-07-26 17:26
each-i.ri
319
B
-rw-r--r--
2023-07-26 17:26
each_with_index-i.ri
452
B
-rw-r--r--
2023-07-26 17:26
each_with_object-i.ri
872
B
-rw-r--r--
2023-07-26 17:26
feed-i.ri
956
B
-rw-r--r--
2023-07-26 17:26
inspect-i.ri
255
B
-rw-r--r--
2023-07-26 17:26
new-c.ri
1.25
KB
-rw-r--r--
2023-07-26 17:26
next-i.ri
830
B
-rw-r--r--
2023-07-26 17:26
next_values-i.ri
1.45
KB
-rw-r--r--
2023-07-26 17:26
peek-i.ri
710
B
-rw-r--r--
2023-07-26 17:26
peek_values-i.ri
888
B
-rw-r--r--
2023-07-26 17:26
rewind-i.ri
367
B
-rw-r--r--
2023-07-26 17:26
with_index-i.ri
636
B
-rw-r--r--
2023-07-26 17:26
with_object-i.ri
862
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI"next_values:ETI"Enumerator#next_values;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"HReturns the next object as an array in the enumerator, and move the;TI"Finternal position forward. When the position reached at the end,;TI"StopIteration is raised.;To:RDoc::Markup::BlankLine o; ; [I"NThis 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 ;FI"def o.each ;FI" yield ;FI" yield 1 ;FI" yield 1, 2 ;FI" yield nil ;FI" yield [1, 2] ;FI" end ;FI"e = o.to_enum ;FI"p e.next_values ;FI"p e.next_values ;FI"p e.next_values ;FI"p e.next_values ;FI"p e.next_values ;FI"e = o.to_enum ;FI"p e.next ;FI"p e.next ;FI"p e.next ;FI"p e.next ;FI"p e.next ;FI" ;FI"/## yield args next_values next ;FI".# yield [] nil ;FI",# yield 1 [1] 1 ;FI"1# yield 1, 2 [1, 2] [1, 2] ;FI".# yield nil [nil] nil ;FI"1# yield [1, 2] [[1, 2]] [1, 2] ;Fo; ; [I"KNote that +next_values+ does not affect other non-external enumeration;TI"Lmethods unless underlying iteration method itself has side-effect, e.g.;TI"IO#each_line.;T: @file0I"e.next_values -> array ;T0[ I"();FI"enumerator.c;T