method
empty?
v5.0.0.1 -
Show latest stable
- Class:
ActionDispatch::Flash::FlashHash
empty?()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 188
def empty?
@flashes.empty?
end