Method: Git::GitAltURI#initialize
- Defined in:
- lib/git/url.rb
permalink #initialize(user:, host:, path:) ⇒ GitAltURI
Create a new GitAltURI object
96 97 98 |
# File 'lib/git/url.rb', line 96 def initialize(user:, host:, path:) super(scheme: 'git-alt', user: user, host: host, path: path) end |