# File lib/puppet/module/tool/utils/uri.rb, line 8 def normalize(url) return url.is_a?(::URI) ? url : ::URI.parse(url) end