Module: Appsignal::Integrations::UnicornIntegration::Worker Private

Defined in:
lib/appsignal/integrations/unicorn.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#closeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



22
23
24
25
# File 'lib/appsignal/integrations/unicorn.rb', line 22

def close
  Appsignal.stop("unicorn")
  super
end