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.216.157
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
URI /
MailTo /
Delete
Unzip
Name
Size
Permission
Date
Action
build-c.ri
1.46
KB
-rw-r--r--
2026-04-07 17:42
cdesc-MailTo.ri
1.08
KB
-rw-r--r--
2026-04-07 17:42
check_headers-i.ri
450
B
-rw-r--r--
2026-04-07 17:42
check_to-i.ri
307
B
-rw-r--r--
2026-04-07 17:42
headers%3d-i.ri
302
B
-rw-r--r--
2026-04-07 17:42
headers-i.ri
322
B
-rw-r--r--
2026-04-07 17:42
new-c.ri
565
B
-rw-r--r--
2026-04-07 17:42
set_headers-i.ri
316
B
-rw-r--r--
2026-04-07 17:42
set_to-i.ri
301
B
-rw-r--r--
2026-04-07 17:42
to%3d-i.ri
287
B
-rw-r--r--
2026-04-07 17:42
to-i.ri
310
B
-rw-r--r--
2026-04-07 17:42
to_mailtext-i.ri
695
B
-rw-r--r--
2026-04-07 17:42
to_rfc822text-i.ri
288
B
-rw-r--r--
2026-04-07 17:42
to_s-i.ri
297
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI" build:ETI"URI::MailTo::build;TT:privateo:RDoc::Markup::Document:@parts[S:RDoc::Markup::Heading: leveli: textI"Description;To:RDoc::Markup::BlankLine o:RDoc::Markup::Paragraph; [I"LCreates a new URI::MailTo object from components, with syntax checking.;T@ o;; [I"JComponents can be provided as an Array or Hash. If an Array is used, ;TI"Cthe components must be supplied as <code>[to, headers]</code>.;T@ o;; [I"LIf a Hash is used, the keys are the component names preceded by colons.;T@ o;; [I"BThe headers can be supplied as a pre-encoded string, such as ;TI"K<code>"subject=subscribe&cc=address"</code>, or as an Array of Arrays ;TI"Elike <code>[['subject', 'subscribe'], ['cc', 'address']]</code>.;T@ o;; [I"Examples:;T@ o:RDoc::Markup::Verbatim; [I"require 'uri' ;TI" ;TI"Am1 = URI::MailTo.build(['joe@example.com', 'subject=Ruby']) ;TI"9m1.to_s # => "mailto:joe@example.com?subject=Ruby" ;TI" ;TI"em2 = URI::MailTo.build(['john@example.com', [['Subject', 'Ruby'], ['Cc', 'jack@example.com']]]) ;TI"Nm2.to_s # => "mailto:john@example.com?Subject=Ruby&Cc=jack@example.com" ;TI" ;TI"dm3 = URI::MailTo.build({:to => 'listman@example.com', :headers => [['subject', 'subscribe']]}) ;TI"Am3.to_s # => "mailto:listman@example.com?subject=subscribe";T:@format0: @fileI"lib/uri/mailto.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(args);T@,TI"MailTo;TcRDoc::NormalClass00