http_url(prefix)
URL for this with a prefix
# File lib/rdoc/top_level.rb, line 166 def http_url(prefix) path = [prefix, @relative_name.tr('.', '_')] File.join(*path.compact) + '.html' end