# File lib/yard/parser/ruby/legacy/ruby_lex.rb, line 85 def initialize(line_no, char_no, id) super(line_no, char_no) @name = char_no.chr end