method
pop
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::ExecutionContext::Record
pop()public
No documentation available.
# File activesupport/lib/active_support/execution_context.rb, line 21
def pop
@current_attributes_instances = @stack.pop
@store = @stack.pop
self
end