Method: Rack::QueryParser#new_depth_limit
- Defined in:
- lib/rack/query_parser.rb
#new_depth_limit(param_depth_limit) ⇒ Object
200 201 202 |
# File 'lib/rack/query_parser.rb', line 200 def new_depth_limit(param_depth_limit) self.class.new @params_class, param_depth_limit end |