Class: SGS::Diagnostics
- Inherits:
-
Object
- Object
- SGS::Diagnostics
- Defined in:
- lib/sgs/diagnostics.rb
Class Method Summary collapse
-
.daemon ⇒ Object
Main daemon function (called from executable).
Class Method Details
.daemon ⇒ Object
Main daemon function (called from executable)
43 44 45 46 47 48 |
# File 'lib/sgs/diagnostics.rb', line 43 def self.daemon puts "Diagnostics subsystem starting up..." loop do sleep 300 end end |