class Pronto::Git::Repository

def remote_urls

def remote_urls
  @repo.remotes.map(&:url)
end