pop()
public

No documentation available.

# File activesupport/lib/active_support/execution_context.rb, line 87
      def pop
        if @nestable
          record.pop
        else
          clear
        end
        self
      end