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 /
ruby25 /
share /
ri /
2.5.0 /
system /
Enumerator /
Delete
Unzip
Name
Size
Permission
Date
Action
Generator
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Lazy
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
Yielder
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
cdesc-Enumerator.ri
3.35
KB
-rw-r--r--
2023-07-26 18:25
each-i.ri
1.53
KB
-rw-r--r--
2023-07-26 18:25
each_with_index-i.ri
537
B
-rw-r--r--
2023-07-26 18:25
each_with_object-i.ri
977
B
-rw-r--r--
2023-07-26 18:25
feed-i.ri
1.62
KB
-rw-r--r--
2023-07-26 18:25
inspect-i.ri
340
B
-rw-r--r--
2023-07-26 18:25
new-c.ri
1.55
KB
-rw-r--r--
2023-07-26 18:25
next-i.ri
928
B
-rw-r--r--
2023-07-26 18:25
next_values-i.ri
1.55
KB
-rw-r--r--
2023-07-26 18:25
peek-i.ri
807
B
-rw-r--r--
2023-07-26 18:25
peek_values-i.ri
985
B
-rw-r--r--
2023-07-26 18:25
rewind-i.ri
452
B
-rw-r--r--
2023-07-26 18:25
size-i.ri
598
B
-rw-r--r--
2023-07-26 18:25
with_index-i.ri
725
B
-rw-r--r--
2023-07-26 18:25
with_object-i.ri
957
B
-rw-r--r--
2023-07-26 18:25
Save
Rename
U:RDoc::AnyMethod[iI" each:ETI"Enumerator#each;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"OIterates over the block according to how this Enumerator was constructed. ;TI":If no block and no arguments are given, returns self.;To:RDoc::Markup::BlankLine S:RDoc::Markup::Heading: leveli: textI" Examples;T@o:RDoc::Markup::Verbatim; [I"L"Hello, world!".scan(/\w+/) #=> ["Hello", "world"] ;TI"L"Hello, world!".to_enum(:scan, /\w+/).to_a #=> ["Hello", "world"] ;TI"L"Hello, world!".to_enum(:scan).each(/\w+/).to_a #=> ["Hello", "world"] ;TI" ;TI"obj = Object.new ;TI" ;TI"&def obj.each_arg(a, b=:b, *rest) ;TI" yield a ;TI" yield b ;TI" yield rest ;TI" :method_returned ;TI" end ;TI" ;TI"*enum = obj.to_enum :each_arg, :a, :x ;TI" ;TI"6enum.each.to_a #=> [:a, :x, []] ;TI".enum.each.equal?(enum) #=> true ;TI":enum.each { |elm| elm } #=> :method_returned ;TI" ;TI"<enum.each(:y, :z).to_a #=> [:a, :x, [:y, :z]] ;TI"/enum.each(:y, :z).equal?(enum) #=> false ;TI"9enum.each(:y, :z) { |elm| elm } #=> :method_returned;T:@format0: @fileI"enumerator.c;T:0@omit_headings_from_table_of_contents_below0I"�enum.each { |elm| block } -> obj enum.each -> enum enum.each(*appending_args) { |elm| block } -> obj enum.each(*appending_args) -> an_enumerator ;T0[ I"(*args);T@*FI"Enumerator;TcRDoc::NormalClass00