class Rack::QueryParser

def new_depth_limit(param_depth_limit)

def new_depth_limit(param_depth_limit)
  self.class.new @params_class, param_depth_limit
end