Ruby URI::MailTo Functions

EditRocket provides the following information on URI::MailTo functions in the Ruby source code builder.

build(args) - Creates a new URI::MailTo object from components, with syntax checking.

headers=(v) -

new(*arg) - Creates a new URI::MailTo object from generic URL components with no syntax checking.

to=(v) -

to_mailtext() - Returns the RFC822 e-mail text equivalent of the URL, as a String.

to_rfc822text() - "Alias for #to_mailtext"

to_s() -