# File lib/ruby_lexer.rb, line 259
  def lex_state= o
    # warn "wtf lex_state = #{o.inspect} from #{caller.first}"
    raise "wtf\?" unless Symbol === o
    @lex_state = o
  end