method
active?
rails latest stable - Class:
ActiveSupport::ExecutionWrapper
active?()public
No documentation available.
# File activesupport/lib/active_support/execution_wrapper.rb, line 119
def self.active? # :nodoc:
IsolatedExecutionState.key?(active_key)
end