# File lib/ruby_parser/bm_sexp_processor.rb, line 109
  def in_context type
    self.context.unshift type

    yield

    self.context.shift
  end