Class: Git::Remote
- Inherits:
-
Object
- Object
- Git::Remote
- Defined in:
- lib/coral_core/util/git/remote.rb
Instance Method Summary collapse
-
#set_url(url, opts = {}) ⇒ Object
—————————————————————————– Remote endpoints.
Instance Method Details
#set_url(url, opts = {}) ⇒ Object
Remote endpoints
8 9 10 |
# File 'lib/coral_core/util/git/remote.rb', line 8 def set_url(url, opts = {}) @base.lib.remote_set_url(@name, url, opts) end |