method

http_url

v1_9_1_378 - Show latest stable - Class: RDoc::Generator::File
http_url(file_dir)
public

No documentation available.

# File lib/rdoc/generator.rb, line 701
    def http_url(file_dir)
      ::File.join file_dir, "#{@context.file_relative_name.tr '.', '_'}.html"
    end