るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.015秒)
トップページ > ライブラリ:uri[x] > クエリ:opaque[x] > クエリ:component[x]

別のキーワード

  1. uri opaque=
  2. uri opaque
  3. generic opaque
  4. generic opaque=
  5. opaque uri

クラス

検索結果

URI::Generic.component -> [Symbol] (18121.0)

URI の構成要素を表すシンボルの配列を返します。

...
URI
の構成要素を表すシンボルの配列を返します。

require 'uri'
p URI::Generic.component
p URI::MailTo.component

# => [:scheme, :userinfo, :host, :port, :registry, :path, :opaque, :query, :fragment]
# => [:scheme, :to, :headers]...