Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.77
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
URI /
MailTo /
Delete
Unzip
Name
Size
Permission
Date
Action
build-c.yaml
1.39
KB
-rw-r--r--
2023-07-26 13:47
cdesc-MailTo.yaml
1.31
KB
-rw-r--r--
2023-07-26 13:47
check_headers-i.yaml
187
B
-rw-r--r--
2023-07-26 13:47
check_to-i.yaml
177
B
-rw-r--r--
2023-07-26 13:47
headers%3d-i.yaml
176
B
-rw-r--r--
2023-07-26 13:47
new-c.yaml
478
B
-rw-r--r--
2023-07-26 13:47
set_headers-i.yaml
185
B
-rw-r--r--
2023-07-26 13:47
set_to-i.yaml
175
B
-rw-r--r--
2023-07-26 13:47
to%3d-i.yaml
166
B
-rw-r--r--
2023-07-26 13:47
to_mailtext-i.yaml
649
B
-rw-r--r--
2023-07-26 13:47
to_rfc822text-i.yaml
246
B
-rw-r--r--
2023-07-26 13:47
to_s-i.yaml
167
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::H level: 2 text: Description - !ruby/struct:SM::Flow::P body: Creates a new URI::MailTo object from components, with syntax checking. - !ruby/struct:SM::Flow::P body: Components can be provided as an Array or Hash. If an Array is used, the components must be supplied as [to, headers]. - !ruby/struct:SM::Flow::P body: If a Hash is used, the keys are the component names preceded by colons. - !ruby/struct:SM::Flow::P body: The headers can be supplied as a pre-encoded string, such as "subject=subscribe&cc=address", or as an Array of Arrays like [['subject', 'subscribe'], ['cc', 'address']] - !ruby/struct:SM::Flow::P body: "Examples:" - !ruby/struct:SM::Flow::VERB body: " require 'uri'\n\n m1 = URI::MailTo.build(['joe@example.com', 'subject=Ruby'])\n puts m1.to_s -> mailto:joe@example.com?subject=Ruby\n\n m2 = URI::MailTo.build(['john@example.com', [['Subject', 'Ruby'], ['Cc', 'jack@example.com']]])\n puts m2.to_s -> mailto:john@example.com?Subject=Ruby&Cc=jack@example.com\n\n m3 = URI::MailTo.build({:to => 'listman@example.com', :headers => [['subject', 'subscribe']]})\n puts m3.to_s -> mailto:listman@example.com?subject=subscribe\n" full_name: URI::MailTo::build is_singleton: true name: build params: (args) visibility: public