Method: Match::Encrypt#store_password

Defined in:
lib/match/encrypt.rb

#store_password(git_url, password) ⇒ Object



28
29
30
# File 'lib/match/encrypt.rb', line 28

def store_password(git_url, password)
  Security::InternetPassword.add(server_name(git_url), "", password)
end