るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. generic component
  2. generic default_port
  3. generic build2
  4. generic build
  5. generic coerce

クラス

検索結果

URI::Generic#coerce(oth) -> [URI, URI] (63328.0)

引数 oth をパースして [パース後の oth, self] の配列を返します。

...] の配列を返します。

@param oth URI オブジェクトか文字列を指定します。

例:

require 'uri'

uri
= URI.parse("http://my.example.com")
uri
.coerce("http://foo.com")
# => [#<URI::HTTP:0x00000000bcb028 URL:http://foo.com/>, #<URI::HTTP:0x00000000d92178 URL:http://my.ex...