Class: ParticlePi::Agent
- Inherits:
-
Object
- Object
- ParticlePi::Agent
- Defined in:
- lib/particlepi/agent.rb
Instance Method Summary collapse
Instance Method Details
#run!(daemon) ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/particlepi/agent.rb', line 5 def run!(daemon) create_pipes puts "Starting firmware" until daemon.quit? run_firmware end puts "Quitting gracefully" end |