lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-8.0.0 vs lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-8.0.1
- old
+ new
@@ -23,14 +23,13 @@
# @option arguments [Hash] :headers Custom HTTP headers
#
# @see https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html
#
def ping(arguments = {})
+ arguments = arguments.clone
headers = arguments.delete(:headers) || {}
- body = nil
-
- arguments = arguments.clone
+ body = nil
method = Elasticsearch::API::HTTP_HEAD
path = ""
params = {}