File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
activesupport/lib/active_support Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ class MessageEncryptors < Messages::RotationCoordinator
28
28
# <tt>transitional = false</tt>.
29
29
30
30
##
31
- # :method: initialize
32
- # :call-seq: initialize (&secret_generator)
31
+ # :singleton- method: new
32
+ # :call-seq: new (&secret_generator)
33
33
#
34
34
# Initializes a new instance. +secret_generator+ must accept a salt and a
35
35
# +secret_length+ kwarg, and return a suitable secret (string) or secrets
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ class MessageVerifiers < Messages::RotationCoordinator
28
28
# <tt>transitional = false</tt>.
29
29
30
30
##
31
- # :method: initialize
32
- # :call-seq: initialize (&secret_generator)
31
+ # :singleton- method: new
32
+ # :call-seq: new (&secret_generator)
33
33
#
34
34
# Initializes a new instance. +secret_generator+ must accept a salt, and
35
35
# return a suitable secret (string). +secret_generator+ may also accept
You can’t perform that action at this time.
0 commit comments