# File lib/ruby_lexer.rb, line 93 def advance r = yylex self.token = r raise "yylex returned nil" unless r return RubyLexer::EOF != r end