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 /
ruby33 /
share /
ri /
system /
PP /
PPMethods /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-PPMethods.ri
651
B
-rw-r--r--
2026-04-07 17:22
check_inspect_key-i.ri
464
B
-rw-r--r--
2026-04-07 17:22
comma_breakable-i.ri
435
B
-rw-r--r--
2026-04-07 17:22
guard_inspect_key-i.ri
381
B
-rw-r--r--
2026-04-07 17:22
object_address_group-i.ri
401
B
-rw-r--r--
2026-04-07 17:22
object_group-i.ri
457
B
-rw-r--r--
2026-04-07 17:22
pop_inspect_key-i.ri
355
B
-rw-r--r--
2026-04-07 17:22
pp-i.ri
529
B
-rw-r--r--
2026-04-07 17:22
pp_hash-i.ri
302
B
-rw-r--r--
2026-04-07 17:22
pp_object-i.ri
345
B
-rw-r--r--
2026-04-07 17:22
push_inspect_key-i.ri
397
B
-rw-r--r--
2026-04-07 17:22
seplist-i.ri
1.19
KB
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"seplist:ETI"PP::PPMethods#seplist;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"Adds a separated list. ;TI"EThe list is separated by comma with breakable space, by default.;To:RDoc::Markup::BlankLine o; ; [I"7#seplist iterates the +list+ using +iter_method+. ;TI"<It yields each object to the block given for #seplist. ;TI"BThe procedure +separator_proc+ is called between each yields.;T@o; ; [I"KIf the iteration is zero times, +separator_proc+ is not called at all.;T@o; ; [I".If +separator_proc+ is nil or not given, ;TI"++lambda { comma_breakable }+ is used. ;TI"2If +iter_method+ is not given, :each is used.;T@o; ; [I"@For example, following 3 code fragments has similar effect.;T@o:RDoc::Markup::Verbatim; [I"%q.seplist([1,2,3]) {|v| xxx v } ;TI" ;TI"Jq.seplist([1,2,3], lambda { q.comma_breakable }, :each) {|v| xxx v } ;TI" ;TI"xxx 1 ;TI"q.comma_breakable ;TI"xxx 2 ;TI"q.comma_breakable ;TI" xxx 3;T:@format0: @fileI"lib/pp.rb;T:0@omit_headings_from_table_of_contents_below00I"element;T[ I"'(list, sep=nil, iter_method=:each);T@+FI"PPMethods;TcRDoc::NormalModule00