12 13 14 15 16
# File 'lib/docker_distribution/repository.rb', line 12 def name return path if Helpers.empty?(domain) [domain, path].join("/") end