るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.096秒)
トップページ > クエリ:l[x] > バージョン:2.1.0[x] > クエリ:string[x] > クエリ:hostname[x] > クラス:URI::Generic[x]

別のキーワード

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

ライブラリ

検索結果

URI::Generic#hostname -> String | nil (54976.0)

自身の hostname を文字列で返します。また、URI::Generic#host が設 定されていない場合は nil を返します。

...自身の hostname を文字列で返します。また、URI::Generic#host が設
定されていない場合は nil を返します。

このメソッドは URI::Generic#host に IPv6 アドレスが設定されていた
場合はブラケットを削除した文字列を返しますがそれ以...

URI::Generic#host -> String | nil (625.0)

自身の host を文字列で返します。設定されていない場合は nil を返します。

...自身の host を文字列で返します。設定されていない場合は nil を返します。

@see URI::Generic#hostname...