るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.150秒)

別のキーワード

  1. kernel $-l
  2. lupdecomposition l
  3. matrix l
  4. _builtin $-l
  5. $-l kernel

ライブラリ

クラス

検索結果

URI::Generic#userinfo -> String | nil (24318.0)

自身の userinfo を "username:password" という形式の文字列で返します。 設定されていない場合は nil を返します。

...自身の userinfo を "username:password" という形式の文字列で返します。
設定されていない場合は nil を返します。...

URI::Generic#user -> String | nil (18224.0)

自身の userinfo を文字列で返します。

...自身の userinfo を文字列で返します。

userinfo
が「username:password」の形式である場合は、username 部を返します。
設定されていない場合は nil を返します。...