Method: Backup::Encryptor::OpenSSL#salt=
- Defined in:
- lib/backup/encryptor/open_ssl.rb
#salt=(value) ⇒ Object
Determines whether the ‘salt’ flag should be used
18 19 20 |
# File 'lib/backup/encryptor/open_ssl.rb', line 18 def salt=(value) @salt = value end |