method
params_hash_type?
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::ParamBuilder
params_hash_type?(obj)private
No documentation available.
# File actionpack/lib/action_dispatch/http/param_builder.rb, line 171
def params_hash_type?(obj)
Hash === obj
end