method
key?
v3.2.1 -
Show latest stable
- Class:
ActionDispatch::Request
key?(key)public
No documentation available.
# File actionpack/lib/action_dispatch/http/request.rb, line 38
def key?(key)
@env.key?(key)
end key?(key)No documentation available.
# File actionpack/lib/action_dispatch/http/request.rb, line 38
def key?(key)
@env.key?(key)
end