Method: Rubcask::Server::Client#ping

Defined in:
lib/rubcask/server/client.rb

#pingProtocol::PONG

Ping the server Use this method to check if server is running and responding

Returns:

Raises:



70
71
72
# File 'lib/rubcask/server/client.rb', line 70

def ping
  call_method("ping")
end