Method: Mongo::Connection#send_message
- Defined in:
- lib/jmongo/connection.rb
#send_message(operation, message, log_message = nil) ⇒ True
Send a message to MongoDB, adding the necessary headers.
249 250 251 |
# File 'lib/jmongo/connection.rb', line 249 def (operation, , =nil) raise_not_implemented end |