Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > rexmlライブラリ > REXML::ParseExceptionクラス > context
context -> [Integer, Integer, Integer]
[permalink][rdoc]パースエラーが起きた(XML上の)場所を返します。
要素3個の配列で、
[position, lineno, line]
という形で返します。 position, line は REXML::ParseException#position REXML::ParseException#line と同じ値です。 lineno は IO#lineno が返す意味での行数です。 通常は line と同じ値です。