Get the current leader
81 82 83
# File 'lib/etcd/client.rb', line 81 def leader api_execute(version_prefix + '/stats/leader', :get).body.strip end