# File lib/juicer/asset/path.rb, line 223
      def self.hosts_with_scheme(hosts)
        hosts.nil? ? [] : [hosts].flatten.collect { |host| self.host_with_scheme(host) }
      end