# File lib/rack/session/pool.rb, line 30 def initialize(app, options={}) super @pool = Hash.new @mutex = Mutex.new end