Method: Travis::Deploy::SecureKey#encrypt
- Defined in:
- lib/travis/deploy/secure_key.rb
#encrypt(secret) ⇒ Object
19 20 21 |
# File 'lib/travis/deploy/secure_key.rb', line 19 def encrypt(secret) encrypted = key.public_encrypt(secret) end |