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