Method: Security::Keychain#unlock
- Defined in:
- lib/security/keychain.rb
#unlock(password) ⇒ Object
24 25 26 |
# File 'lib/security/keychain.rb', line 24 def unlock(password) system %(security unlock-keychain -p #{password.shellescape} #{@filename.shellescape}) end |