るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.142秒)
トップページ > クエリ:>[x] > バージョン:2.2.0[x] > クエリ:t[x] > クエリ:sym[x] > クエリ:component[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. t61string new
  4. matrix t
  5. fiddle type_size_t

ライブラリ

クラス

検索結果

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

self.class.component を返します。

self.class.component を返します。

@see URI::Generic.component

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

URI::Generic::COMPONENT -> [Symbol] (37204.0)

URI::Generic で利用可能なコンポーネントの一覧です。

URI::Generic で利用可能なコンポーネントの一覧です。