method
key?
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Http::Headers
key?(key)public
No documentation available.
# File actionpack/lib/action_dispatch/http/headers.rb, line 29
def key?(key); @env.key? key; end key?(key)No documentation available.
# File actionpack/lib/action_dispatch/http/headers.rb, line 29
def key?(key); @env.key? key; end