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