るりまサーチ

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

別のキーワード

  1. generic default_port
  2. generic build
  3. generic build2
  4. generic fragment

ライブラリ

クラス

検索結果

URI::Generic#component -> [Symbol] (21130.0)

self.class.component を返します。

...self.class.component を返します。

@see URI::Generic.component...

URI::Generic#select(*components) -> [String] (3101.0)

指定された components に対応する構成要素を文字列の配列として返します。

...指定された components に対応する構成要素を文字列の配列として返します。

@param components 構成要素名をシンボルで指定します。

例:
require 'uri'

uri = URI.parse('http://myuser:mypass@my.example.com/test.rbx')
p uri.select(:userinfo, :host, :pat...