class REXML::ParseException

def line

def line
  @source.current_line[2] if @source and defined? @source.current_line and
  @source.current_line
end