# File lib/parser/lexer.rb, line 10837 def initialize(version) @version = version @static_env = nil @tokens = nil @comments = nil reset end