method
read_env_key
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::EncryptedFile
read_env_key()private
No documentation available.
# File activesupport/lib/active_support/encrypted_file.rb, line 87
def read_env_key
ENV[env_key]
end