るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. erb u
  2. matrix u
  3. util u
  4. _builtin koi8_u
  5. encoding koi8_u

ライブラリ

クラス

キーワード

検索結果

URI::Generic#port -> String | nil (114655.0)

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

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

URI::Generic#default_port -> Integer | nil (87991.0)

self.class.default_port を返します。

self.class.default_port を返します。

@see URI::Generic.default_port

URI::Generic#port=(s) (78727.0)

自身の port を設定します。

自身の port を設定します。

@param s 自身の port を表す文字列か整数を指定します。

@raise URI::InvalidComponentError 不正な引数 s に対して発生します。

@raise URI::InvalidURIError port と registry を同時に設定した場合に発生します。