# File lib/yard/parser/ruby/legacy/ruby_lex.rb, line 120 def set_token_position(line, char) @prev_line_no = line @prev_char_no = char end