るりまサーチ

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

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. open3 capture2e
  4. matrix determinant_e
  5. matrix rank_e

ライブラリ

クラス

検索結果

URI::Generic.component -> [Symbol] (30219.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]...