method
doc_root
v2_4_6 -
Show latest stable
- Class:
Gem::Server
doc_root(gem_name)public
No documentation available.
# File lib/rubygems/server.rb, line 465
def doc_root gem_name
if have_rdoc_4_plus? then
"/doc_root/#{u gem_name}/"
else
"/doc_root/#{u gem_name}/rdoc/index.html"
end
end