Method: NewRelic::Agent::PipeService#shutdown

Defined in:
lib/new_relic/agent/pipe_service.rb

#shutdownObject

[View source]

67
68
69
70
# File 'lib/new_relic/agent/pipe_service.rb', line 67

def shutdown
  # no else branch coverage
  @pipe.close if @pipe # rubocop:disable Style/SafeNavigation
end