Method: Contracto::Command::Start::Remote#initialize

Defined in:
lib/contracto/command/start/remote.rb

#initialize(repo_url) ⇒ Remote

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