Returns Server information.
Returns:
Server information
306 307 308 309
# File 'lib/nats/client.rb', line 306 def server_info return nil unless client client.server_info end