Class: Gracefully::Health::State
- Inherits:
-
Object
- Object
- Gracefully::Health::State
- Defined in:
- lib/gracefully/health.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#unhealthy? ⇒ Boolean
24 25 26 |
# File 'lib/gracefully/health.rb', line 24 def unhealthy? !healthy? end |