# File lib/yard/parser/ruby/legacy/ruby_lex.rb, line 424 def peek(at) pos = @offset + at if pos >= @size nil else @content[pos, 1] end end