This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
cvs_url()
public
Returns a URL for this source file on some web repository. Use the -W
command line option to set.
# File lib/rdoc/generator/markup.rb, line 158
def cvs_url
url = @store.rdoc.options.webcvs
if /%s/ =~ url then
url % @relative_name
else
url + @relative_name
end
end