# File lib/puppet/util/rdoc/generators/puppet_generator.rb, line 464 464: def http_url(full_name, prefix) 465: path = full_name.dup 466: path.gsub!(/<<\s*(\w*)/) { "from-#$1" } if path['<<'] 467: File.join(prefix, path.split("::").collect { |p| Digest::MD5.hexdigest(p) }) + ".html" 468: end