key?(key)
public

No documentation available.

# File activesupport/lib/active_support/isolated_execution_state.rb, line 43
      def key?(key)
        state.key?(key)
      end