Method: OkComputer::CheckCollection#run
- Defined in:
- lib/ok_computer/check_collection.rb
#run ⇒ Object
Public: Run the registry’s checks
14 15 16 |
# File 'lib/ok_computer/check_collection.rb', line 14 def run OkComputer.check_in_parallel ? check_in_parallel : check_in_sequence end |