class ActiveSupport::CurrentAttributes

def reset_all # :nodoc:

Experimental RBS support (using type sampling data from the type_fusion project).

def reset_all: () -> untyped

This signature was generated using 29 samples from 1 application.

:nodoc:
def reset_all # :nodoc:
  current_instances.each_value(&:reset)
end