This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.
href(ref, name)
Returns “<a href="#{ref}">#{name}”
# File lib/rdoc/template.rb, line 41 def href(ref, name) if ref then "<a href=\"#{ref}\">#{name}</a>" else name end end