# File lib/thread_resource_pool.rb, line 92 92: def current_resource 93: @resources_in_use[Thread.current] 94: end