class Artifactory::Resource::Base
def format_repos!(options)
-
options
(Hash
) --
def format_repos!(options) return options if options[:repos].nil? || options[:repos].empty? options[:repos] = Array(options[:repos]).compact.join(",") options end