# File lib/r10k/git/rugged/working_repository.rb, line 96
  def origin
    with_repo { |repo| repo.config['remote.origin.url'] }
  end