module ActiveSupport::PerThreadRegistry

def instance

def instance
  Thread.current[@per_thread_registry_key] ||= new
end