Method: CORL::Plugin::Configuration#set_remote
- Defined in:
- lib/core/plugin/configuration.rb
#set_remote(name, location) ⇒ Object
142 143 144 |
# File 'lib/core/plugin/configuration.rb', line 142 def set_remote(name, location) project.set_remote(name, location) end |