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