aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/secure_compare_rotator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/secure_compare_rotator.rb')
-rw-r--r--activesupport/lib/active_support/secure_compare_rotator.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/secure_compare_rotator.rb b/activesupport/lib/active_support/secure_compare_rotator.rb
index 97110d41f7..269703c34a 100644
--- a/activesupport/lib/active_support/secure_compare_rotator.rb
+++ b/activesupport/lib/active_support/secure_compare_rotator.rb
@@ -44,7 +44,6 @@ module ActiveSupport
end
private
-
def build_rotation(previous_value, _options)
self.class.new(previous_value)
end