Skip to content

Commit 7b10c32

Browse files
Add MessageVerifiers#rotate block form signature [ci-skip]
1 parent daf5e97 commit 7b10c32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

activesupport/lib/active_support/message_verifiers.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ class MessageVerifiers < Messages::RotationCoordinator
5959

6060
##
6161
# :method: rotate
62-
# :call-seq: rotate(**options)
62+
# :call-seq:
63+
# rotate(**options)
64+
# rotate(&block)
6365
#
6466
# Adds +options+ to the list of option sets. Messages will be signed using
6567
# the first set in the list. When verifying, however, each set will be

0 commit comments

Comments
 (0)