method
key?
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::Flash::FlashHash
key?(name)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 175
def key?(name)
@flashes.key? name.to_s
end