Method: Rugged::Credentials::SshKeyFromAgent#initialize
- Defined in:
- lib/rugged/credentials.rb
permalink #initialize(options) ⇒ SshKeyFromAgent
Returns a new instance of SshKeyFromAgent.
31 32 33 |
# File 'lib/rugged/credentials.rb', line 31 def initialize() @username = [:username] end |