Class: Candelabra::Pianobar::PID
- Inherits:
-
Object
- Object
- Candelabra::Pianobar::PID
- Defined in:
- lib/candelabra/pianobar.rb
Instance Method Summary collapse
Instance Method Details
#go ⇒ Object
141 142 143 144 |
# File 'lib/candelabra/pianobar.rb', line 141 def go pid = %x[ps -a | grep pianobar$].split(' ').first pid = pid.to_i unless pid.nil? end |