method

read_env_key

read_env_key()
private

No documentation available.

# File activesupport/lib/active_support/encrypted_file.rb, line 117
      def read_env_key
        ENV[env_key].presence
      end