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
29
29
#
30
30
# Strict mode is disabled by default, but enabled (+true+) at any time.
31
31
#
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.
34
33
def strict = ( value )
35
34
unless ENV [ 'TEST_MODE' ]
36
35
warn "Support for strict mode has been deprecated and will be " +
@@ -41,8 +40,7 @@ def strict=(value)
41
40
42
41
# Returns the value of the +strict+ flag.
43
42
#
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.
46
44
def strict?
47
45
@strict
48
46
end
You can’t perform that action at this time.
0 commit comments