Method: URI::MailTo#to

Defined in:
lib/uri/mailto.rb

#toObject

The primary e-mail address of the URL, as a String.



163
164
165
# File 'lib/uri/mailto.rb', line 163

def to
  @to
end