Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #6769

Re: What to do with #<URI::MailTo:0xb762601c URL:mailto:user...@company.com>

Newsgroups comp.lang.ruby
Date 2013-03-14 18:35 -0700
References <f98bb855-178f-47d3-a66e-def382836b4f@googlegroups.com>
Message-ID <157cefdc-2dad-436c-bd94-64a06ef9edaf@googlegroups.com> (permalink)
Subject Re: What to do with #<URI::MailTo:0xb762601c URL:mailto:user...@company.com>
From Thomas Gagne <tggagne@gmail.com>

Show all headers | View raw


I figured it out.

#<URI

is telling me the object is a uri class or something of mailto:

I looked up the doc for URI, found its subclass mailto, and discovered "to" to get the user's email.

Yea!

Back to comp.lang.ruby | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

What to do with #<URI::MailTo:0xb762601c URL:mailto:username@company.com> Thomas Gagne <tggagne@gmail.com> - 2013-03-14 18:24 -0700
  Re: What to do with #<URI::MailTo:0xb762601c URL:mailto:user...@company.com> Thomas Gagne <tggagne@gmail.com> - 2013-03-14 18:35 -0700
  Re: What to do with #<URI::MailTo:0xb762601c URL:mailto:username@company.com> Robert Klemme <shortcutter@googlemail.com> - 2013-03-15 11:49 +0100

csiph-web