method
pop
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::ExecutionContext
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