# File lib/rack/utils.rb, line 465 def initialize(limit = Utils.key_space_limit) @limit = limit @size = 0 @params = {} end