るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. httpstatus rc_see_other
  2. webrick/httpstatus rc_see_other
  3. rc_see_other webrick/httpstatus
  4. rc_see_other webrick::httpstatus

クラス

検索結果

REXML::ParseException#position -> Integer (63613.0)

パースエラーが起きた(XML上の)場所を先頭からのバイト数で返します。

パースエラーが起きた(XML上の)場所を先頭からのバイト数で返します。

REXML::ParseException#context -> [Integer, Integer, Integer] (9964.0)

パースエラーが起きた(XML上の)場所を返します。

...の)場所を返します。

要素3個の配列で、
[position, lineno, line]
という形で返します。
position, line は
REXML
::ParseException#position
REXML
::ParseException#line
と同じ値です。
lineno は IO#lineno が返す意味での行数です。
通常は line と同じ値...