Class: NxtHerokuDatabaseBackup::Encrypter
- Inherits:
-
Object
- Object
- NxtHerokuDatabaseBackup::Encrypter
- Includes:
- NxtInit
- Defined in:
- lib/nxt_heroku_database_backup/encrypter.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
7 8 9 10 |
# File 'lib/nxt_heroku_database_backup/encrypter.rb', line 7 def call encrypted = encrypter.update(data) encrypted << encrypter.final end |