method

check_userinfo

v2_6_3 - Show latest stable - Class: URI::Generic
check_userinfo(user, password = nil)
private

Checks the user and password.

If password is not provided, then user is split, using URI::Generic.split_userinfo, to pull user and +password.

See also URI::Generic.check_user, URI::Generic.check_password.