token_pos(offset)
Calculates the column and line of the current token based on offset.
# File lib/rdoc/markup/parser.rb, line 442 def token_pos offset [offset - @line_pos, @line] end