33 34 35 36
# File 'lib/simple_pid.rb', line 33 def self.cleanup!(path) p = self.new(path) p.cleanup if p.exists? end