# File lib/uri/generic.rb, line 309
    def user=(user)
      check_user(user)
      set_user(user)
      user
    end