# File lib/juicer/asset/path.rb, line 230
      def self.host_with_scheme(host)
        return host if host.nil?
        (host !~ @@scheme_pattern ? "http://#{host}" : host).sub(/\/$/, '')
      end