Method: OkComputer::CheckCollection#success?
- Defined in:
- lib/ok_computer/check_collection.rb
#success? ⇒ Boolean
Public: Whether all the checks succeed
Returns a Boolean
48 49 50 |
# File 'lib/ok_computer/check_collection.rb', line 48 def success? checks.all?(&:success?) end |