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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
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
514
B
-rw-r--r--
2026-04-07 16:51
cdesc-Enumerator.ri
5.53
KB
-rw-r--r--
2026-04-07 16:51
each-i.ri
1.53
KB
-rw-r--r--
2026-04-07 16:51
each_with_index-i.ri
537
B
-rw-r--r--
2026-04-07 16:51
each_with_object-i.ri
1.04
KB
-rw-r--r--
2026-04-07 16:51
feed-i.ri
1.62
KB
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
340
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
1.05
KB
-rw-r--r--
2026-04-07 16:51
next-i.ri
782
B
-rw-r--r--
2026-04-07 16:51
next_values-i.ri
1.43
KB
-rw-r--r--
2026-04-07 16:51
peek-i.ri
871
B
-rw-r--r--
2026-04-07 16:51
peek_values-i.ri
1.02
KB
-rw-r--r--
2026-04-07 16:51
produce-c.ri
1.79
KB
-rw-r--r--
2026-04-07 16:51
product-c.ri
871
B
-rw-r--r--
2026-04-07 16:51
rewind-i.ri
452
B
-rw-r--r--
2026-04-07 16:51
size-i.ri
598
B
-rw-r--r--
2026-04-07 16:51
with_index-i.ri
723
B
-rw-r--r--
2026-04-07 16:51
with_object-i.ri
922
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" peek:ETI"Enumerator#peek;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"NReturns the next object in the enumerator, but doesn't move the internal ;TI"Mposition forward. If the position is already at the end, StopIteration ;TI"is raised.;To:RDoc::Markup::BlankLine o; ; [I"4See class-level notes about external iterators.;T@S:RDoc::Markup::Heading: leveli: textI"Example;T@o:RDoc::Markup::Verbatim; [I"a = [1,2,3] ;TI"e = a.to_enum ;TI"p e.next #=> 1 ;TI"p e.peek #=> 2 ;TI"p e.peek #=> 2 ;TI"p e.peek #=> 2 ;TI"p e.next #=> 2 ;TI"p e.next #=> 3 ;TI"%p e.peek #raises StopIteration;T:@format0: @fileI"enumerator.c;T:0@omit_headings_from_table_of_contents_below0I"e.peek -> object ;T0[ I"();T@!FI"Enumerator;TcRDoc::NormalClass00