Returns a new instance of Remote.
2 3 4
# File 'lib/contracto/command/start/remote.rb', line 2 def initialize(repo_url) Contracto::Config.repo_url = repo_url end