Method: Procodile::Instance#tidy
- Defined in:
- lib/procodile/instance.rb
#tidy ⇒ Object
Tidy up when this process isn’t needed any more
211 212 213 214 |
# File 'lib/procodile/instance.rb', line 211 def tidy FileUtils.rm_f(self.pid_file_path) Procodile.log(@process.log_color, description, "Removed PID file") end |