# File lib/rdoc/markup/parser.rb, line 489
  def token_pos offset
    [offset - @line_pos, @line]
  end