class Rack::QueryParser

def self.make_default(param_depth_limit)

def self.make_default(param_depth_limit)
  new Params, param_depth_limit
end