Method: Boxen::Keychain#initialize

Defined in:
lib/boxen/keychain.rb

#initialize(login) ⇒ Keychain

Returns a new instance of Keychain.



19
20
21
22
23
# File 'lib/boxen/keychain.rb', line 19

def initialize()
  @login = 
  # Clear the password. We're storing tokens now.
  set PASSWORD_SERVICE, ""
end