Method: RR::DatabaseProxy#ping

Defined in:
lib/rubyrep/database_proxy.rb

#pingObject

Returns ‘pong’. Used to verify that a working proxy is running.



41
42
43
# File 'lib/rubyrep/database_proxy.rb', line 41

def ping
  'pong'
end