Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
aref_to(target_path)
public
Generates a relative URL from this object’s path to target_path
# File lib/rdoc/generator/markup.rb, line 12
def aref_to(target_path)
RDoc::Markup::ToHtml.gen_relative_url path, target_path
end