method
active_key
v8.0.0 -
Show latest stable
- Class:
ActiveSupport::ExecutionWrapper
active_key()public
No documentation available.
# File activesupport/lib/active_support/execution_wrapper.rb, line 114
def self.active_key # :nodoc:
@active_key ||= :"active_execution_wrapper_#{object_id}"
end