⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.127
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
3.0.0
/
system
/
URI
/
MailTo
/
View File Name :
build-c.ri
U:RDoc::AnyMethod[iI" build:ETI"URI::MailTo::build;TT:publico: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
[to, headers]
.;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
"subject=subscribe&cc=address"
, or as an Array of Arrays ;TI"Elike
[['subject', 'subscribe'], ['cc', 'address']]
.;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