るりまサーチ

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

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils cp_r
  5. fileutils rm_r

ライブラリ

クラス

検索結果

URI::Generic#opaque -> String | nil (24337.0)

自身の opaque を文字列で返します。設定されていない場合は nil を返します。

...身の opaque を文字列で返します。設定されていない場合は nil を返します。

例:
r
equire 'uri'
p URI.parse('http://example.com/').opaque #=> nil
p URI.parse('mailto:nospam@localhost').opaque #=> "nospam@localhost"
p URI.parse('urn:ietf:rfc:1149').opaque...
...#=> "ietf:rfc:1149"...