Method: RR::DatabaseProxy#ping
- Defined in:
- lib/rubyrep/database_proxy.rb
#ping ⇒ Object
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 |