412 413 414 415
# File 'lib/ruby_lexer.rb', line 412 def process_gvar text text.lineno = self.lineno result(:expr_end, :tGVAR, text) end