minor: docs
This commit is contained in:
parent
c0e972470e
commit
4d2d0a26af
|
@ -518,7 +518,6 @@ module Mongo
|
|||
protected
|
||||
|
||||
# Generic initialization code.
|
||||
# @protected
|
||||
def setup(options)
|
||||
# Authentication objects
|
||||
@auths = options.fetch(:auths, [])
|
||||
|
@ -692,7 +691,7 @@ module Mongo
|
|||
#
|
||||
# Note: this method modifies message by reference.
|
||||
#
|
||||
# @returns [Integer] the request id used in the header
|
||||
# @return [Integer] the request id used in the header
|
||||
def add_message_headers(message, operation)
|
||||
headers = [
|
||||
# Message size.
|
||||
|
|
Loading…
Reference in New Issue