Class: CICI::Encrypt
Constant Summary
Constants included from CICI
DECRYPT_IV_ENV_VAR, DECRYPT_KEY_ENV_VAR
Instance Method Summary collapse
-
#initialize(ui, config) ⇒ Encrypt
constructor
A new instance of Encrypt.
- #start ⇒ Object
Constructor Details
Instance Method Details
#start ⇒ Object
23 24 25 26 27 28 |
# File 'lib/cici/encrypt.rb', line 23 def start assert_secret_files_exist compress assert_files_in_gitignore encrypt end |