# File lib/uri/mailto.rb, line 176
    def to=(v)
      check_to(v)
      set_to(v)
      v
    end