# File lib/sexp_processor.rb, line 337
  def in_context type
    self.context.unshift type

    yield

    self.context.shift
  end