# File lib/mini_profiler/profiler.rb, line 32 def current=(c) # we use TLS cause we need access to this from sql blocks and code blocks that have no access to env Thread.current[:mini_profiler_private] = c end