= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
set_to(v)
private setter for to v
# File lib/uri/mailto.rb, line 195 def set_to(v) @to = v end