# File lib/rack/session/pool.rb, line 31
31:       def initialize(app, options={})
32:         super
33:         @pool = Hash.new
34:         @mutex = Mutex.new
35:       end