Flowdock
method

doc_root

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: Server
doc_root(gem_name) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.