るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n=
  3. rsa n
  4. openssl n=
  5. openssl n

ライブラリ

クラス

検索結果

URI::Generic#fragment -> String | nil (72673.0)

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

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

例:
require 'uri'
u = URI.parse('http://example.com/#frgmt')
p u.fragment #=> "frgmt"

URI::Generic#fragment=(s) (36673.0)

自身の fragment を設定します。

自身の fragment を設定します。

@param s 自身の fragment を表す文字列を指定します。

@raise URI::InvalidComponentError 不正な引数 s に対して発生します。