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