instance method URI::Generic#userinfo
userinfo -> String | nil-
自身の userinfo を "username:password" という形式の文字列で返します。 設定されていない場合は nil を返します。
class URI::Generic
userinfo -> String | nil自身の userinfo を "username:password" という形式の文字列で返します。 設定されていない場合は nil を返します。