We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a33b88 commit 25a87b9Copy full SHA for 25a87b9
lib/mongo/options/redacted.rb
@@ -87,7 +87,7 @@ def reject(&block)
87
#
88
# @yieldparam [ String, Object ] The key as a string and its value.
89
90
- # @return [ Options::Redacted ] This object.
+ # @return [ Options::Redacted, nil ] This object or nil if no changes were made.
91
92
# @since 2.1.0
93
def reject!
@@ -124,7 +124,7 @@ def select(&block)
124
125
126
127
128
129
130
def select!
0 commit comments