method
new_cipher
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::MessageEncryptor
new_cipher()private
No documentation available.
# File activesupport/lib/active_support/message_encryptor.rb, line 206
def new_cipher
OpenSSL::Cipher.new(@cipher)
end