method
aead_mode?
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::MessageEncryptor
aead_mode?()private
No documentation available.
# File activesupport/lib/active_support/message_encryptor.rb, line 217
def aead_mode?
@aead_mode ||= new_cipher.authenticated?
end