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