File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ class DB
2929 #
3030 # Strict mode is disabled by default, but enabled (+true+) at any time.
3131 #
32- # @deprecated Support for strict mode has been deprecated and will be
33- # removed in version 2.0 of the driver.
32+ # @deprecated Support for strict will be removed in version 2.0 of the driver.
3433 def strict = ( value )
3534 unless ENV [ 'TEST_MODE' ]
3635 warn "Support for strict mode has been deprecated and will be " +
@@ -41,8 +40,7 @@ def strict=(value)
4140
4241 # Returns the value of the +strict+ flag.
4342 #
44- # @deprecated Support for strict mode has been deprecated and will be
45- # removed in version 2.0 of the driver.
43+ # @deprecated Support for strict will be removed in version 2.0 of the driver.
4644 def strict?
4745 @strict
4846 end
You can’t perform that action at this time.
0 commit comments