Check if idle trimming is enabled.
Returns:
161 162 163
# File 'lib/thread/pool.rb', line 161 def idle_trim? !@idle_trim.nil? end