# File lib/puma/thread_pool.rb, line 162 def auto_trim!(timeout=5) @auto_trim = AutoTrim.new(self, timeout) @auto_trim.start! end