# File lib/ruby_lexer.rb, line 219
  def lex_state= o
    raise "wtf?" unless Symbol === o
    @lex_state = o
  end