# File lib/puppet/util/rdoc/generators/puppet_generator.rb, line 644 644: def http_url(full_name, prefix) 645: path = full_name.dup 646: if path['<<'] 647: path.gsub!(/<<\s*(\w*)/) { "from-#$1" } 648: end 649: File.join(prefix, path.split("::")) + ".html" 650: end