Method: OkComputer::CheckCollection#checks
- Defined in:
- lib/ok_computer/check_collection.rb
#checks ⇒ Object
Public: The list of checks in the collection
Returns an Array of the registry’s values
21 22 23 |
# File 'lib/ok_computer/check_collection.rb', line 21 def checks registry.values end |