# File lib/ruby_lexer.rb, line 1288
  def is_beg?
    in_lex_state? :expr_beg, :expr_mid, :expr_value, :expr_class
  end