| Server IP : 162.214.74.102 / Your IP : 216.73.217.46 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/proc/self/root/opt/cpanel/ea-ruby24/root/usr/share/ri/system/URI/MailTo/ |
Upload File : |
U:RDoc::AnyMethod[iI"
build:EFI"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"6the 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"B"subject=subscribe&cc=address", or as an Array of Arrays like;To:RDoc::Markup::List:
@type:
LABEL:@items[o:RDoc::Markup::ListItem:@label[I"0['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";puts m1.to_s -> mailto:joe@example.com?subject=Ruby
;TI"
;TI"em2 = URI::MailTo.build(['john@example.com', [['Subject', 'Ruby'], ['Cc', 'jack@example.com']]])
;TI"Pputs m2.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"Cputs m3.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@1TI"MailTo;TcRDoc::NormalClass00