Method: Rex::Service#cleanup

Defined in:
lib/rex/service.rb

#cleanupObject

Calls stop on the service once the ref count drops.



41
42
43
# File 'lib/rex/service.rb', line 41

def cleanup
  stop
end